summaryrefslogtreecommitdiff
path: root/javax/lang/model/util/AbstractAnnotationValueVisitor6.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/lang/model/util/AbstractAnnotationValueVisitor6.java')
-rw-r--r--javax/lang/model/util/AbstractAnnotationValueVisitor6.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javax/lang/model/util/AbstractAnnotationValueVisitor6.java b/javax/lang/model/util/AbstractAnnotationValueVisitor6.java
index 8f0800f5f..025e57c80 100644
--- a/javax/lang/model/util/AbstractAnnotationValueVisitor6.java
+++ b/javax/lang/model/util/AbstractAnnotationValueVisitor6.java
@@ -55,7 +55,7 @@ import javax.lang.model.element.UnknownAnnotationValueException;
* 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(AnnotationValue,P) method and a new class will be
+ * {@link #visitUnknown(AnnotationValue,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>
*