mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup (constant)
This commit is contained in:
@@ -200,7 +200,7 @@ public class ClsParsingUtil {
|
||||
case Opcodes.V1_8:
|
||||
return LanguageLevel.JDK_1_8;
|
||||
|
||||
case Opcodes.V1_8 + 1:
|
||||
case Opcodes.V1_9:
|
||||
return LanguageLevel.JDK_1_9;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user