summaryrefslogtreecommitdiff
path: root/javax/lang/model/util/AbstractTypeVisitor6.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/lang/model/util/AbstractTypeVisitor6.java')
-rw-r--r--javax/lang/model/util/AbstractTypeVisitor6.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javax/lang/model/util/AbstractTypeVisitor6.java b/javax/lang/model/util/AbstractTypeVisitor6.java
index 7d907187d..54f500888 100644
--- a/javax/lang/model/util/AbstractTypeVisitor6.java
+++ b/javax/lang/model/util/AbstractTypeVisitor6.java
@@ -54,7 +54,7 @@ import javax.lang.model.type.UnknownTypeException;
* in order to support later language versions, methods beginning with
* the phrase {@code "visit"} should be avoided in subclasses. This
* class itself will be extended to direct these new methods to the
- * {@link #visitUnknown(TypeMirror,P) method and a new class will be
+ * {@link #visitUnknown(TypeMirror,P)} method and a new class will be
* added to provide implementations for the new language version.
* At this time, all or some of this class may be deprecated.</p>
*