[java-highlighting] Remove extra space

GitOrigin-RevId: 98a9c2395ef5f9605d39029dfe5e695d76c4237e
This commit is contained in:
Tagir Valeev
2024-04-22 19:16:48 +02:00
committed by intellij-monorepo-bot
parent c2f7be4f76
commit a3e3ed8591
3 changed files with 3 additions and 3 deletions

View File

@@ -618,7 +618,7 @@ intention.name.ignore.exception=Ignore exception ''{0}''
error.unnamed.field.not.allowed=Unnamed field is not allowed
error.unnamed.method.parameter.not.allowed=Unnamed method parameter is not allowed
error.unnamed.variable.not.allowed.in.this.context=Unnamed variable declaration is not allowed in this context
error.unnamed.variable.brackets=Brackets are not allowed after unnamed variable declaration
error.unnamed.variable.brackets=Brackets are not allowed after unnamed variable declaration
error.unnamed.variable.without.initializer=Unnamed variable declaration must have an initializer
intention.family.name.move.members.into.class=Move members into class
chooser.popup.title.select.class.to.move.members.to=Select Target Class