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

changeset 993
4caf17560ae0
parent 992
dc3d9ef880a1
child 1048
f74e4269a50a
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri Apr 29 16:06:28 2011 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Sat Apr 30 11:57:46 2011 +0100
     1.3 @@ -1624,6 +1624,9 @@
     1.4  compiler.misc.diamond.non.generic=\
     1.5      cannot use ''<>'' with non-generic class {0}
     1.6  
     1.7 +compiler.misc.diamond.and.explicit.params=\
     1.8 +    cannot use ''<>'' with explicit type parameters for constructor
     1.9 +
    1.10  # 0: type, 1: list of type
    1.11  compiler.misc.explicit.param.do.not.conform.to.bounds=\
    1.12      explicit type argument {0} does not conform to declared bound(s) {1}

mercurial