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

changeset 632
ea1930f4b789
parent 618
4a7979c3ce15
child 663
eb7c263aab73
equal deleted inserted replaced
631:a2d8c7071f24 632:ea1930f4b789
40 compiler.err.already.defined.static.single.import=\ 40 compiler.err.already.defined.static.single.import=\
41 {0} is already defined in a static single-type import 41 {0} is already defined in a static single-type import
42 compiler.err.already.defined.this.unit=\ 42 compiler.err.already.defined.this.unit=\
43 {0} is already defined in this compilation unit 43 {0} is already defined in this compilation unit
44 compiler.err.annotation.missing.default.value=\ 44 compiler.err.annotation.missing.default.value=\
45 annotation {0} is missing {1} 45 annotation {0} is missing value for the attribute {1}
46 compiler.err.annotation.missing.default.value.1=\
47 annotation {0} is missing values for attributes {1}
46 compiler.err.annotation.not.valid.for.type=\ 48 compiler.err.annotation.not.valid.for.type=\
47 annotation not valid for a value of type {0} 49 annotation not valid for a value of type {0}
48 compiler.err.annotation.type.not.applicable=\ 50 compiler.err.annotation.type.not.applicable=\
49 annotation type not applicable to this kind of declaration 51 annotation type not applicable to this kind of declaration
50 compiler.err.annotation.value.must.be.annotation=\ 52 compiler.err.annotation.value.must.be.annotation=\

mercurial