Skip to content

Commit

Permalink
fix: id of JavaReturnHighlighterConfigurable should be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Nov 16, 2019
1 parent ac4bf4d commit 2b832b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class JavaReturnHighlighterConfigurable : SearchableConfigurable {
private val config = JavaReturnHighlighterConfig.INSTANCE
private val gui = JavaReturnHighlighterConfigurableGui(ReturnHighlighterBundle)

override fun getId() = "preferences.${Constants.IAPP_NAME}.Java"
override fun getId() = "preferences.${Constants.IAPP_NAME}.java"
override fun getDisplayName() = ReturnHighlighterBundle["rh.settings.java"]

override fun apply() {
Expand Down

0 comments on commit 2b832b7

Please sign in to comment.