langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
equal
deleted
inserted
replaced
408 |
408 |
409 # 0: symbol |
409 # 0: symbol |
410 compiler.err.invalid.repeatable.annotation.repeated.and.container.present=\ |
410 compiler.err.invalid.repeatable.annotation.repeated.and.container.present=\ |
411 container {0} must not be present at the same time as the element it contains |
411 container {0} must not be present at the same time as the element it contains |
412 |
412 |
|
413 # 0: type, 1: symbol |
|
414 compiler.err.invalid.repeatable.annotation.not.applicable=\ |
|
415 container {0} is not applicable to element {1} |
|
416 |
413 # 0: name |
417 # 0: name |
414 compiler.err.duplicate.class=\ |
418 compiler.err.duplicate.class=\ |
415 duplicate class: {0} |
419 duplicate class: {0} |
416 |
420 |
417 compiler.err.duplicate.case.label=\ |
421 compiler.err.duplicate.case.label=\ |