Skip to content

Commit

Permalink
Adjust to eclipse-jdt#3567
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-herrmann committed Jan 30, 2025
1 parent c627727 commit 9f9762b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ public final class AST {
@Deprecated
public static final int JLS_Latest = JLS_INTERNAL_Latest;

private static final List<Integer> ALL_VERSIONS = List.of(JLS2, JLS3, JLS4, JLS8, JLS9, JLS10, JLS11, JLS12, JLS13, JLS14, JLS15, JLS16, JLS17, JLS18, JLS19, JLS20, JLS21, JLS22, JLS23);
private static final List<Integer> ALL_VERSIONS = List.of(JLS2, JLS3, JLS4, JLS8, JLS9, JLS10, JLS11, JLS12, JLS13, JLS14, JLS15, JLS16, JLS17, JLS18, JLS19, JLS20, JLS21, JLS22, JLS23, JLS24);
private static final List<Integer> UNSUPPORTED_VERSIONS = List.of(JLS2, JLS3, JLS4);
private static final List<Integer> SUPPORTED_VERSIONS;
static {
Expand Down

0 comments on commit 9f9762b

Please sign in to comment.