From 03b756ccb89cebafd5c8c315d00078808e2af59a Mon Sep 17 00:00:00 2001 From: vromero Date: Tue, 11 Jun 2013 09:35:58 +0100 Subject: [PATCH] 8008547: javac, warning message: use of ''_'' as an identifier might not be supported in future releases, should be more especific Reviewed-by: jjg --- .../classes/com/sun/tools/javac/resources/compiler.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/share/classes/com/sun/tools/javac/resources/compiler.properties b/src/share/classes/com/sun/tools/javac/resources/compiler.properties index 9c2161e5..2487b7be 100644 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties @@ -2204,7 +2204,7 @@ compiler.warn.assert.as.identifier=\ 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\ -- GitLab