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

changeset 845
5a43b245aed1
parent 842
3da26790ccb7
child 850
2ab47c4cd618
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri Jan 28 12:01:07 2011 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri Jan 28 12:03:49 2011 +0000
     1.3 @@ -831,6 +831,10 @@
     1.4  compiler.misc.varargs.trustme.on.virtual.varargs=\
     1.5      Instance method {0} is not final.
     1.6  
     1.7 +# 0: type, 1: kind, 2: symbol
     1.8 +compiler.misc.inaccessible.varargs.type=\
     1.9 +    formal varargs element type {0} is not accessible from {1} {2}
    1.10 +
    1.11  # In the following string, {1} will always be the detail message from
    1.12  # java.io.IOException.
    1.13  # 0: symbol, 1: string
    1.14 @@ -1564,11 +1568,6 @@
    1.15      inferred: {0}\n\
    1.16      bound(s): {1}
    1.17  
    1.18 -compiler.misc.inferred.do.not.conform.to.params=\
    1.19 -    actual arguments do not conform to inferred formal arguments\n\
    1.20 -    required: {0}\n\
    1.21 -    found: {1}
    1.22 -
    1.23  # 0: symbol
    1.24  compiler.misc.diamond=\
    1.25      {0}<>

mercurial