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

@ -30,7 +30,7 @@ import static java.util.Objects.requireNonNull;
import jdk.internal.javac.PreviewFeature;
/**
* Models the generic signature of a class file, as defined by {@jvms 4.7.9}.
* Models the generic signature of a class file, as defined by JVMS {@jvms 4.7.9}.
*
* @since 22
*/