8338014: Improve usage of @jvms tags in class file API

Reviewed-by: darcy, liach, asotona
This commit is contained in:
Sonia Zaldana Calles 2024-08-15 13:28:25 +00:00
parent 74fdd6868d
commit 56dec215b0
40 changed files with 76 additions and 76 deletions

View file

@ -426,7 +426,7 @@ public sealed interface AnnotationValue {
}
/**
* {@return the tag character for this type as per {@jvms 4.7.16.1}}
* {@return the tag character for this type as per JVMS {@jvms 4.7.16.1}}
*/
char tag();