Skip to content

Commit

Permalink
removed @NonNls which caused errors in IC-2023.2
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Oct 15, 2024
1 parent 6aeb6cc commit cf0d4b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SettingsComponent(editorSyncEnabled: Boolean): BoundConfigurable("Editor"
return editorSyncEnabled.get()
}

override fun getId(): @NonNls String {
override fun getId(): String {
return "kubernetes.editor"
}
}
Expand Down

0 comments on commit cf0d4b8

Please sign in to comment.