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

changeset 536
396b117c1743
parent 505
87eb6edd4f21
child 537
9d9d08922405
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri Apr 09 15:39:39 2010 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Wed Apr 14 12:23:29 2010 +0100
     1.3 @@ -1082,10 +1082,6 @@
     1.4      symbol:   {0} <{2}>{1}({3})\n\
     1.5      location: {4} {5}
     1.6  
     1.7 -compiler.err.cant.apply.diamond=\
     1.8 -    diamond operator cannot infer types for {0};\n\
     1.9 -    reason: {1}
    1.10 -
    1.11  ## The following are all possible string for "kindname".
    1.12  ## They should be called whatever the JLS calls them after it been translated
    1.13  ## to the appropriate language.
    1.14 @@ -1227,10 +1223,6 @@
    1.15      enums are not supported in -source {0}\n\
    1.16  (use -source 5 or higher to enable enums)
    1.17  
    1.18 -compiler.err.diamond.not.supported.in.source=\
    1.19 -    diamond operator is not supported in -source {0}\n\
    1.20 -(use -source 7 or higher to enable diamond operator)
    1.21 -
    1.22  compiler.err.string.switch.not.supported.in.source=\
    1.23      strings in switch are not supported in -source {0}\n\
    1.24  (use -source 7 or higher to enable strings in switch)

mercurial