8341201: Broken link in AbstractAnnotationValueVisitor7 due to extra quotation mark

Reviewed-by: iris, darcy
This commit is contained in:
Nizar Benalla 2024-10-01 10:27:07 +00:00
parent ad5ffccffa
commit 2dc3b1a71f

View File

@ -37,7 +37,7 @@ import javax.annotation.processing.SupportedSourceVersion;
* @param <R> the return type of this visitor's methods
* @param <P> the type of the additional parameter to this visitor's methods.
*
* @see AbstractAnnotationValueVisitor6##note_for_subclasses"
* @see AbstractAnnotationValueVisitor6##note_for_subclasses
* <strong>Compatibility note for subclasses</strong>
* @see AbstractAnnotationValueVisitor6
* @see AbstractAnnotationValueVisitor8