langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 38519 d70d50ec27bb
parent 38511 d934635453ad
child 38827 884d32899770
equal deleted inserted replaced
38518:d690011399a1 38519:d70d50ec27bb
  2750     module name {0} does not match expected name {1}
  2750     module name {0} does not match expected name {1}
  2751 
  2751 
  2752 compiler.err.module.decl.sb.in.module-info.java=\
  2752 compiler.err.module.decl.sb.in.module-info.java=\
  2753     module declarations should be in a file named module-info.java
  2753     module declarations should be in a file named module-info.java
  2754 
  2754 
  2755 compiler.err.unexpected.after.module=\
       
  2756     unexpected input after module declaration
       
  2757 
       
  2758 compiler.err.module-info.with.xmodule.sourcepath=\
  2755 compiler.err.module-info.with.xmodule.sourcepath=\
  2759     illegal combination of -Xmodule and module-info on sourcepath
  2756     illegal combination of -Xmodule and module-info on sourcepath
  2760 
  2757 
  2761 compiler.err.module-info.with.xmodule.classpath=\
  2758 compiler.err.module-info.with.xmodule.classpath=\
  2762     illegal combination of -Xmodule and module-info on classpath
  2759     illegal combination of -Xmodule and module-info on classpath