mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
use uppercase first letter for options text
This commit is contained in:
@@ -130,10 +130,9 @@ inspection.can.be.local.variable.problem.descriptor=Variable <code>#ref</code> c
|
||||
|
||||
inspection.nullable.problems.display.name=@NotNull/@Nullable problems
|
||||
#check box options
|
||||
inspection.nullable.problems.method.overrides.notnull.option=<html>report @NotNull ¶meter overrides @Nullable and <br>@Nullable method overrides @NotNull</html>
|
||||
inspection.nullable.problems.method.overrides.option=report non-&annotated parameter or method overrides @NotNull
|
||||
inspection.nullable.problems.not.annotated.getters.for.annotated.fields=report non-annotated &setter parameter or getter of annotated fields
|
||||
inspection.nullable.problems.annotation.not.propagated=report @NotNull not propagated to ove&rridden methods
|
||||
inspection.nullable.problems.method.overrides.notnull.option=<html>Report @NotNull ¶meter overrides @Nullable and <br>@Nullable method overrides @NotNull</html>
|
||||
inspection.nullable.problems.method.overrides.option=Report non-&annotated parameter or method overrides @NotNull
|
||||
inspection.nullable.problems.not.annotated.getters.for.annotated.fields=Report non-annotated &setter parameter or getter of annotated fields
|
||||
|
||||
#problem descriptor messages
|
||||
inspection.nullable.problems.Nullable.NotNull.conflict=Cannot annotate with both @{0} and @{1}
|
||||
|
||||
Reference in New Issue
Block a user