mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJ-CR-7352 [java] Fix always inverted boolean method properties
GitOrigin-RevId: 87acc73d22ba12afc8c13d9b4c8c9116f9ab60b0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f03db2aa2e
commit
6386cf8b94
@@ -40,8 +40,8 @@ assignment.to.declared.variable.problem.descriptor=Variable ''{0}'' is initializ
|
||||
assignment.to.itself.problem.descriptor=Variable ''{0}'' is assigned to itself
|
||||
assignment.to.itself.quickfix.name=Remove self assignment
|
||||
bean.property=Bean Property
|
||||
boolean.method.is.always.inverted.display.name='boolean' method is always inverted
|
||||
boolean.method.is.always.inverted.problem.descriptor=<code>boolean</code> method <code>#ref</code> is always inverted
|
||||
boolean.method.is.always.inverted.display.name=Boolean method is always inverted
|
||||
boolean.method.is.always.inverted.problem.descriptor=Boolean method '#ref' is always inverted
|
||||
button.add.blank=Add Blank
|
||||
button.add.class=Add Class...
|
||||
button.add=Add...
|
||||
|
||||
Reference in New Issue
Block a user