8008547: javac, warning message: use of ''_'' as an identifier might not be supported in future releases, should be more especific
authorvromero
Tue, 11 Jun 2013 09:35:58 +0100
changeset 18387 35919f2f7a9c
parent 18386 174879d5b5d0
child 18388 7d67f9206d8f
8008547: javac, warning message: use of ''_'' as an identifier might not be supported in future releases, should be more especific Reviewed-by: jjg
langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
--- a/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Mon Jun 10 15:57:32 2013 +0100
+++ b/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Jun 11 09:35:58 2013 +0100
@@ -2204,7 +2204,7 @@
 
 compiler.warn.underscore.as.identifier=\
     ''_'' used as an identifier\n\
-    (use of ''_'' as an identifier might not be supported in future releases)
+    (use of ''_'' as an identifier might not be supported in releases after Java SE 8)
 
 compiler.err.enum.as.identifier=\
     as of release 5, ''enum'' is a keyword, and may not be used as an identifier\n\