src/share/classes/com/sun/tools/javac/resources/compiler.properties

changeset 632
ea1930f4b789
parent 618
4a7979c3ce15
child 663
eb7c263aab73
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Aug 10 14:52:34 2010 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Aug 10 14:53:19 2010 +0100
     1.3 @@ -42,7 +42,9 @@
     1.4  compiler.err.already.defined.this.unit=\
     1.5      {0} is already defined in this compilation unit
     1.6  compiler.err.annotation.missing.default.value=\
     1.7 -    annotation {0} is missing {1}
     1.8 +    annotation {0} is missing value for the attribute {1}
     1.9 +compiler.err.annotation.missing.default.value.1=\
    1.10 +    annotation {0} is missing values for attributes {1}
    1.11  compiler.err.annotation.not.valid.for.type=\
    1.12      annotation not valid for a value of type {0}
    1.13  compiler.err.annotation.type.not.applicable=\

mercurial