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

changeset 2355
4f7d19235357
parent 2187
4788eb38cac5
child 2361
d75c4adbc698
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon Apr 07 11:38:59 2014 +0200
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon Mar 31 21:27:25 2014 +0200
     1.3 @@ -2311,6 +2311,11 @@
     1.4  (use -source 8 or higher to enable type annotations)
     1.5  
     1.6  # 0: string
     1.7 +compiler.err.annotations.after.type.params.not.supported.in.source=\
     1.8 +    annotations after method type parameters are not supported in -source {0}\n\
     1.9 +(use -source 8 or higher to enable annotations after method type parameters)
    1.10 +
    1.11 +# 0: string
    1.12  compiler.err.repeatable.annotations.not.supported.in.source=\
    1.13      repeated annotations are not supported in -source {0}\n\
    1.14  (use -source 8 or higher to enable repeated annotations)

mercurial