Skip to content

Commit 2dc3b1a

Browse files
committedOct 1, 2024
8341201: Broken link in AbstractAnnotationValueVisitor7 due to extra quotation mark
Reviewed-by: iris, darcy
1 parent ad5ffcc commit 2dc3b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @param <R> the return type of this visitor's methods
3838
* @param <P> the type of the additional parameter to this visitor's methods.
3939
*
40-
* @see AbstractAnnotationValueVisitor6##note_for_subclasses"
40+
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
4141
* <strong>Compatibility note for subclasses</strong>
4242
* @see AbstractAnnotationValueVisitor6
4343
* @see AbstractAnnotationValueVisitor8

0 commit comments

Comments
 (0)
Please sign in to comment.