[java-inspections] Improve ChangeNullableDefaultsFix warning message

GitOrigin-RevId: c1a55bc8cd7249425fac57493487413b044a4cb0
This commit is contained in:
Bart van Helvert
2022-07-28 16:07:46 +02:00
committed by intellij-monorepo-bot
parent 780a373547
commit 342c8033b4

View File

@@ -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