Skip to content

Commit cf0d4b8

Browse files
committed
removed @NonNls which caused errors in IC-2023.2
Signed-off-by: Andre Dietisheim <[email protected]>
1 parent 6aeb6cc commit cf0d4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/redhat/devtools/intellij/kubernetes/settings/SettingsComponent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class SettingsComponent(editorSyncEnabled: Boolean): BoundConfigurable("Editor"
4040
return editorSyncEnabled.get()
4141
}
4242

43-
override fun getId(): @NonNls String {
43+
override fun getId(): String {
4444
return "kubernetes.editor"
4545
}
4646
}

0 commit comments

Comments
 (0)