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

@ -32,7 +32,7 @@ import jdk.internal.classfile.impl.Util;
import jdk.internal.javac.PreviewFeature;
/**
* Models the generic signature of a method, as defined by {@jvms 4.7.9}.
* Models the generic signature of a method, as defined by JVMS {@jvms 4.7.9}.
*
* @since 22
*/