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

changeset 840
7f8794f9cc14
parent 831
812c6251ea78
child 842
3da26790ccb7
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon Jan 24 16:38:56 2011 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Jan 25 17:02:56 2011 -0800
     1.3 @@ -177,6 +177,8 @@
     1.4      final parameter {0} may not be assigned
     1.5  compiler.err.try.resource.may.not.be.assigned=\
     1.6      auto-closeable resource {0} may not be assigned
     1.7 +compiler.err.try.resource.trailing.semi=\
     1.8 +    illegal trailing semicolon in resources declaration
     1.9  compiler.err.multicatch.parameter.may.not.be.assigned=\
    1.10      multi-catch parameter {0} may not be assigned
    1.11  compiler.err.finally.without.try=\

mercurial