mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-05 16:09:09 +00:00
8087205: Follow-up fix in langtools for JDK-8085822
Reviewed-by: darcy
This commit is contained in:
parent
0c7049ffb2
commit
bbea2ef8bf
@ -169,6 +169,7 @@ public enum SourceVersion {
|
||||
|
||||
switch (specVersion) {
|
||||
case "9":
|
||||
case "1.9":
|
||||
return RELEASE_9;
|
||||
case "1.8":
|
||||
return RELEASE_8;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user