Skip to content

Commit 6ed58a4

Browse files
committed
suprress unused warning
1 parent 59adea7 commit 6ed58a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/CodeWhispererFeatureConfigService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ class CodeWhispererFeatureConfigService {
108108

109109
fun getNewAutoTriggerUX(): Boolean = getFeatureValueForKey(NEW_AUTO_TRIGGER_UX).stringValue() == "TREATMENT"
110110

111+
@Suppress("UNUSED")
111112
fun getInlineCompletion(): Boolean = getFeatureValueForKey(INLINE_COMPLETION).stringValue() == "TREATMENT"
112113

113114
// Get the feature value for the given key.

0 commit comments

Comments
 (0)