mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +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.
|
* 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 Supplier<@Nls String> myPresentableText;
|
||||||
private final JavaVersion myVersion;
|
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;
|
private final JavaVersion myVersion;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user