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

changeset 1603
6118072811e5
parent 1588
2620c953e9fe
parent 1570
f91144b7da75
child 1607
bd49e0304281
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Thu Feb 21 12:23:27 2013 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Thu Feb 21 17:49:56 2013 -0800
     1.3 @@ -485,6 +485,10 @@
     1.4  compiler.err.illegal.forward.ref=\
     1.5      illegal forward reference
     1.6  
     1.7 +# 0: symbol, 1: string
     1.8 +compiler.err.not.in.profile=\
     1.9 +    {0} is not available in profile ''{1}''
    1.10 +
    1.11  # 0: symbol
    1.12  compiler.warn.forward.ref=\
    1.13      reference to variable ''{0}'' before it has been initialized

mercurial