langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 42822 a84956e7ee4d
parent 42408 d6f09ae68eab
child 42837 03ee805ba348
--- a/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties	Wed Dec 14 20:23:26 2016 +0000
+++ b/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri Dec 16 05:47:58 2016 +0000
@@ -1457,6 +1457,10 @@
 compiler.warn.finally.cannot.complete=\
     finally clause cannot complete normally
 
+# 0: name
+compiler.warn.poor.choice.for.module.name=\
+    module name {0} should avoid terminal digits
+
 # 0: symbol, 1: symbol
 compiler.warn.has.been.deprecated=\
     {0} in {1} has been deprecated
@@ -2749,6 +2753,10 @@
 compiler.err.module.not.found=\
     module not found: {0}
 
+# 0: symbol
+compiler.warn.module.not.found=\
+    module not found: {0}
+
 compiler.err.too.many.modules=\
     too many module declarations found