mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8030244: Update langtools to use Diamond
Reviewed-by: darcy
This commit is contained in:
parent
6255412f38
commit
6b6b488756
216 changed files with 1006 additions and 1096 deletions
|
@ -243,7 +243,7 @@ public enum SourceVersion {
|
|||
|
||||
private final static Set<String> keywords;
|
||||
static {
|
||||
Set<String> s = new HashSet<String>();
|
||||
Set<String> s = new HashSet<>();
|
||||
String [] kws = {
|
||||
"abstract", "continue", "for", "new", "switch",
|
||||
"assert", "default", "if", "package", "synchronized",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue