diff -r 2088e674f0e0 -r 5a43b245aed1 src/share/classes/com/sun/tools/javac/resources/compiler.properties --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties Fri Jan 28 12:01:07 2011 +0000 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties Fri Jan 28 12:03:49 2011 +0000 @@ -831,6 +831,10 @@ compiler.misc.varargs.trustme.on.virtual.varargs=\ Instance method {0} is not final. +# 0: type, 1: kind, 2: symbol +compiler.misc.inaccessible.varargs.type=\ + formal varargs element type {0} is not accessible from {1} {2} + # In the following string, {1} will always be the detail message from # java.io.IOException. # 0: symbol, 1: string @@ -1564,11 +1568,6 @@ inferred: {0}\n\ bound(s): {1} -compiler.misc.inferred.do.not.conform.to.params=\ - actual arguments do not conform to inferred formal arguments\n\ - required: {0}\n\ - found: {1} - # 0: symbol compiler.misc.diamond=\ {0}<>