mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
[java-inspections] Improve ChangeNullableDefaultsFix warning message
GitOrigin-RevId: c1a55bc8cd7249425fac57493487413b044a4cb0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
780a373547
commit
342c8033b4
@@ -599,7 +599,7 @@ mutation.signature.problem.invalid.token=Invalid token: {0}; supported are ''thi
|
||||
required.type=Required type
|
||||
provided.type=Provided
|
||||
type.mismatch.reason=reason: {0}
|
||||
inspection.message.code.generation.different.nullability.annotation.will.be.used=The generated code will use ''{1}'' instead of ''{0}''.
|
||||
inspection.message.code.generation.different.nullability.annotation.will.be.used=The generated code will use ''@{1}'' instead of ''@{0}''
|
||||
change.visibility.level=Make {0} {1}
|
||||
text.shebang.mechanism.in.java.files.not.permitted=Shebang mechanism in .java files is not permitted
|
||||
inspection.redundant.tostring.option.notnull.qualifier=Report only when qualifier is known to be not-null
|
||||
|
||||
Reference in New Issue
Block a user