mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
capitalize "Java" (IJPF-CR-5078)
GitOrigin-RevId: 124bec7c8071720cc53d7279bfe27f00324f066d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1649fdb8e9
commit
e72529cff2
@@ -183,7 +183,7 @@ anonymous.ref.loc.can.be.replaced.with.lambda=Anonymous #ref #loc can be replace
|
||||
assigning.a.collection.of.nullable.elements=Assigning a collection of nullable elements into a collection of non-null elements
|
||||
nullable.stuff.error.overriding.nullable.with.notnull=Overriding a collection of nullable elements with a collection of non-null elements
|
||||
nullable.stuff.error.overriding.notnull.with.nullable=Overriding a collection of not-null elements with a collection of nullable elements
|
||||
comparision.between.object.and.primitive=Comparison between Object and primitive is illegal and is accepted in java 7 only
|
||||
comparision.between.object.and.primitive=Comparison between Object and primitive is illegal and is accepted in Java 7 only
|
||||
custom.exception.class.should.have.a.constructor=Custom exception class should have a constructor with a single message parameter of String type
|
||||
delimiters.argument.contains.duplicated.characters=Delimiters argument contains duplicated characters
|
||||
deprecated.class.usage.group.xml=XML
|
||||
|
||||
Reference in New Issue
Block a user