8087205: Follow-up fix in langtools for JDK-8085822

Reviewed-by: darcy
This commit is contained in:
Kumar Srinivasan 2015-06-22 11:21:59 -07:00
parent 0c7049ffb2
commit bbea2ef8bf

View file

@ -169,6 +169,7 @@ public enum SourceVersion {
switch (specVersion) { switch (specVersion) {
case "9": case "9":
case "1.9":
return RELEASE_9; return RELEASE_9;
case "1.8": case "1.8":
return RELEASE_8; return RELEASE_8;