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

changeset 951
de1c65ecfec2
parent 949
ddec8c712e85
child 952
02ba4ff98742
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Mar 29 16:40:51 2011 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Mar 29 16:41:18 2011 +0100
     1.3 @@ -1244,6 +1244,10 @@
     1.4  compiler.warn.try.resource.not.referenced=\
     1.5      auto-closeable resource {0} is never referenced in body of corresponding try statement
     1.6  
     1.7 +# 0: type
     1.8 +compiler.warn.try.resource.throws.interrupted.exc=\
     1.9 +    auto-closeable resource {0} has a member method close() that could throw InterruptedException
    1.10 +
    1.11  compiler.warn.unchecked.assign=\
    1.12      unchecked assignment: {0} to {1}
    1.13  

mercurial