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

changeset 597
d2b7ecf33b35
parent 582
366a7b9b5627
child 606
e57b27703e8b
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Jun 29 12:06:46 2010 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Wed Jun 30 18:06:29 2010 -0700
     1.3 @@ -637,6 +637,9 @@
     1.4  compiler.misc.count.warn.plural=\
     1.5      {0} warnings
     1.6  
     1.7 +compiler.misc.version.not.available=\
     1.8 +    (version info not available)
     1.9 +
    1.10  ## extra output when using -verbose (JavaCompiler)
    1.11  
    1.12  compiler.misc.verbose.checking.attribution=\
    1.13 @@ -1036,7 +1039,7 @@
    1.14  ## diagnostics whose key ends in ".1"
    1.15  compiler.misc.undetermined.type=\
    1.16      undetermined type
    1.17 -ncompiler.misc.type.variable.has.undetermined.type=\
    1.18 +compiler.misc.type.variable.has.undetermined.type=\
    1.19      type variable {0} has undetermined type
    1.20  compiler.misc.no.unique.maximal.instance.exists=\
    1.21      no unique maximal instance exists for type variable {0} with upper bounds {1}
    1.22 @@ -1122,6 +1125,8 @@
    1.23      @interface
    1.24  compiler.misc.kindname.constructor=\
    1.25      constructor
    1.26 +compiler.misc.kindname.enum=\
    1.27 +    enum
    1.28  compiler.misc.kindname.interface=\
    1.29      interface
    1.30  compiler.misc.kindname.static=\
    1.31 @@ -1256,6 +1261,10 @@
    1.32      enums are not supported in -source {0}\n\
    1.33  (use -source 5 or higher to enable enums)
    1.34  
    1.35 +compiler.err.diamond.not.supported.in.source=\
    1.36 +    diamond operator is not supported in -source {0}\n\
    1.37 +(use -source 7 or higher to enable multi-catch statement)
    1.38 +
    1.39  compiler.err.multicatch.not.supported.in.source=\
    1.40      multi-catch statement is not supported in -source {0}\n\
    1.41  (use -source 7 or higher to enable multi-catch statement)

mercurial