langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 7072 4863847e93a5
parent 6710 b14e6fe7b290
child 7081 94cfc5b65bed
equal deleted inserted replaced
7071:8bcda461a06a 7072:4863847e93a5
  1297 
  1297 
  1298 compiler.err.annotations.not.supported.in.source=\
  1298 compiler.err.annotations.not.supported.in.source=\
  1299     annotations are not supported in -source {0}\n\
  1299     annotations are not supported in -source {0}\n\
  1300 (use -source 5 or higher to enable annotations)
  1300 (use -source 5 or higher to enable annotations)
  1301 
  1301 
  1302 compiler.err.type.annotations.not.supported.in.source=\
  1302 #308 compiler.err.type.annotations.not.supported.in.source=\
  1303     type annotations are not supported in -source {0}\n\
  1303 #308     type annotations are not supported in -source {0}\n\
  1304 (use -source 7 or higher to enable type annotations)
  1304 #308 (use -source 7 or higher to enable type annotations)
  1305 
  1305 
  1306 compiler.err.foreach.not.supported.in.source=\
  1306 compiler.err.foreach.not.supported.in.source=\
  1307     for-each loops are not supported in -source {0}\n\
  1307     for-each loops are not supported in -source {0}\n\
  1308 (use -source 5 or higher to enable for-each loops)
  1308 (use -source 5 or higher to enable for-each loops)
  1309 
  1309