mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
[java] IDEA-367679 Bump language level to java 24
(cherry picked from commit 7b2335b11fb715853b9b8dd2c5f57710194dcabf) IJ-MR-156693 GitOrigin-RevId: 0ae12c1f9de4dd7f3ffbc26a39a35ed14d3ee412
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0dd611db0e
commit
e76bd61e81
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user