Skip to content

Commit 2d7bc89

Browse files
authored
Remove the BETA tag from the API version (eclipse-jdt#4980)
1 parent c3cd8b8 commit 2d7bc89

File tree

1 file changed

+1
-1
lines changed
  • org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom

1 file changed

+1
-1
lines changed

org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ public final class AST {
541541
* up to and including Java SE 26(aka JDK 26).
542542
* </p>
543543
*
544-
* @since 3.45 BETA_JAVA26
544+
* @since 3.45
545545
*/
546546
public static final int JLS26 = 26;
547547
/**

0 commit comments

Comments
 (0)