langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 43756 118221d3960d
parent 43588 6a0e0ea0e93b
child 43772 4e5350b7be75
equal deleted inserted replaced
43755:ae42964e27e3 43756:118221d3960d
  1244 compiler.err.class.cant.write=\
  1244 compiler.err.class.cant.write=\
  1245     error while writing {0}: {1}
  1245     error while writing {0}: {1}
  1246 
  1246 
  1247 # In the following string, {0} is the name of the class in the Java source.
  1247 # In the following string, {0} is the name of the class in the Java source.
  1248 # It really should be used two times..
  1248 # It really should be used two times..
  1249 # 0: name
  1249 # 0: kind name, 1: name
  1250 compiler.err.class.public.should.be.in.file=\
  1250 compiler.err.class.public.should.be.in.file=\
  1251     class {0} is public, should be declared in a file named {0}.java
  1251     {0} {1} is public, should be declared in a file named {1}.java
  1252 
  1252 
  1253 ## All errors which do not refer to a particular line in the source code are
  1253 ## All errors which do not refer to a particular line in the source code are
  1254 ## preceded by this string.
  1254 ## preceded by this string.
  1255 compiler.err.error=\
  1255 compiler.err.error=\
  1256     error:\u0020
  1256     error:\u0020