Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchExpression.java')
-rw-r--r--org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchExpression.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchExpression.java b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchExpression.java
index 1a899b441c..135796d209 100644
--- a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchExpression.java
+++ b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchExpression.java
@@ -19,7 +19,6 @@ import java.util.List;
/**
* Switch expression AST node type (added in JEP 325).
- * <p>
* <pre>
* SwitchExpression:
* <b>switch</b> <b>(</b> Expression <b>)</b>
@@ -30,7 +29,6 @@ import java.util.List;
* </pre>
* <code>SwitchCase</code> nodes are treated as a kind of
* <code>Statement</code>.
- * </p>
*
* @since 3.18
* @noinstantiate This class is not intended to be instantiated by clients.

Back to the top