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

changeset 1087
3a2200681d69
parent 1085
ed338593b0b6
child 1096
b0d5f00e69f7
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Sep 13 14:15:22 2011 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Sep 13 14:15:39 2011 +0100
     1.3 @@ -1602,6 +1602,10 @@
     1.4  compiler.misc.no.unique.minimal.instance.exists=\
     1.5      no unique minimal instance exists for type variable {0} with lower bounds {1}
     1.6  
     1.7 +# 0: type, 1: list of type
     1.8 +compiler.misc.incompatible.upper.bounds=\
     1.9 +    inference variable {0} has incompatible upper bounds {1}
    1.10 +
    1.11  # 0: list of type, 1: type, 2: type
    1.12  compiler.misc.infer.no.conforming.instance.exists=\
    1.13      no instance(s) of type variable(s) {0} exist so that {1} conforms to {2}

mercurial