summaryrefslogtreecommitdiff
path: root/javax/lang/model/util/SimpleTypeVisitor6.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/lang/model/util/SimpleTypeVisitor6.java')
-rw-r--r--javax/lang/model/util/SimpleTypeVisitor6.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javax/lang/model/util/SimpleTypeVisitor6.java b/javax/lang/model/util/SimpleTypeVisitor6.java
index c41c77ece..4b6e050ee 100644
--- a/javax/lang/model/util/SimpleTypeVisitor6.java
+++ b/javax/lang/model/util/SimpleTypeVisitor6.java
@@ -85,7 +85,7 @@ public class SimpleTypeVisitor6<R,P> extends AbstractTypeVisitor6<R,P>
protected final R DEFAULT_VALUE;
/**
- * Constructs a new {@link SimpleAnnotationValueVisitor6} with a {@code null}
+ * Constructs a new {@link SimpleTypeVisitor6} with a {@code null}
* default value.
*/
protected SimpleTypeVisitor6()