Skip to content

Commit

Permalink
Use JLS23 as latest compliance level in AST
Browse files Browse the repository at this point in the history
  • Loading branch information
gayanper committed Jun 18, 2024
1 parent 6e2e9ba commit a8469fd
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 @@ -536,7 +536,7 @@ public final class AST {
* Internal property for latest supported JLS level
* This provides the latest JLS level.
*/
private static final int JLS_INTERNAL_Latest = JLS22;
private static final int JLS_INTERNAL_Latest = JLS23;

/**
* @since 3.26
Expand Down

0 comments on commit a8469fd

Please sign in to comment.