Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java')
-rw-r--r--org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java
index f2b6bc5d6e..78032b11ee 100644
--- a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java
+++ b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java
@@ -289,9 +289,9 @@ public final class AST {
*/
public static final int JLS12 = 12;
/**
- * Internal synonym for {@link #JLS11}. Use to alleviate
- * deprecation warnings once JLS11 is deprecated
- * @since 3.16
+ * Internal synonym for {@link #JLS12}. Use to alleviate
+ * deprecation warnings once JLS12 is deprecated
+ * @since 3.18
*/
static final int JLS12_INTERNAL = JLS12;

Back to the top