mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
[java] IDEA-367679 Bump language level to java 24
(cherry picked from commit 7b2335b11fb715853b9b8dd2c5f57710194dcabf) IJ-MR-156693 GitOrigin-RevId: cd4cd4ab18e38b49a2462999c66dbfd9f8eab56f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3a00f15d33
commit
7f49643e29
@@ -71,7 +71,7 @@ public enum LanguageLevel {
|
||||
/**
|
||||
* Should point to the latest released JDK.
|
||||
*/
|
||||
public static final LanguageLevel HIGHEST = JDK_23;
|
||||
public static final LanguageLevel HIGHEST = JDK_24;
|
||||
|
||||
private final Supplier<@Nls String> myPresentableText;
|
||||
private final JavaVersion myVersion;
|
||||
|
||||
@@ -34,7 +34,7 @@ public enum LanguageLevel {
|
||||
|
||||
;
|
||||
|
||||
public static final LanguageLevel HIGHEST = JDK_23;
|
||||
public static final LanguageLevel HIGHEST = JDK_24;
|
||||
|
||||
private final JavaVersion myVersion;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user