mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-06 16:38:36 +00:00
8008547: javac, warning message: use of ''_'' as an identifier might not be supported in future releases, should be more especific
Reviewed-by: jjg
This commit is contained in:
parent
80407ef47d
commit
4836bfbcf1
@ -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\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user