Skip to content

Commit 39bc048

Browse files
committed
cammel case supplemental context strategy id
1 parent 3f2542d commit 39bc048

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/util/SupplementalContextStrategy.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ enum class UtgStrategy : SupplementalContextStrategy {
1212
;
1313

1414
override fun toString() = when (this) {
15-
ByName -> "byname"
16-
ByContent -> "bycontent"
15+
ByName -> "byName"
16+
ByContent -> "byContent"
1717
Empty -> "empty"
1818
}
1919
}
@@ -28,7 +28,7 @@ enum class CrossFileStrategy : SupplementalContextStrategy {
2828
override fun toString() = when (this) {
2929
OpenTabsBM25 -> "opentabs"
3030
Empty -> "empty"
31-
ProjectContext -> "projectcontext"
31+
ProjectContext -> "projectContext"
3232
Codemap -> "codemap"
3333
}
3434
}

0 commit comments

Comments
 (0)