langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 43027 17ac8011914e
parent 42973 3795332b55c7
child 43138 680d378b9d64
equal deleted inserted replaced
43026:8e8b50c7491d 43027:17ac8011914e
  2556     (use -source 8 or higher to enable default methods)
  2556     (use -source 8 or higher to enable default methods)
  2557 
  2557 
  2558 # 0: string
  2558 # 0: string
  2559 compiler.err.intersection.types.in.cast.not.supported.in.source=\
  2559 compiler.err.intersection.types.in.cast.not.supported.in.source=\
  2560     intersection types in cast are not supported in -source {0}\n\
  2560     intersection types in cast are not supported in -source {0}\n\
  2561     (use -source 8 or higher to enable default methods)
  2561     (use -source 8 or higher to enable intersection types in cast)
  2562 
  2562 
  2563 # 0: string
  2563 # 0: string
  2564 compiler.err.static.intf.methods.not.supported.in.source=\
  2564 compiler.err.static.intf.methods.not.supported.in.source=\
  2565     static interface methods are not supported in -source {0}\n\
  2565     static interface methods are not supported in -source {0}\n\
  2566     (use -source 8 or higher to enable static interface methods)
  2566     (use -source 8 or higher to enable static interface methods)