8300953: ClassDesc::ofInternalName missing @since tag
Reviewed-by: darcy, mchung, jjg
This commit is contained in:
parent
a67b1e77d3
commit
b22e5216c4
@ -99,6 +99,7 @@ public sealed interface ClassDesc
|
||||
* @jvms 4.2.1 Binary Class and Interface Names
|
||||
* @see ClassDesc#of(String)
|
||||
* @see ClassDesc#ofDescriptor(String)
|
||||
* @since 20
|
||||
*/
|
||||
static ClassDesc ofInternalName(String name) {
|
||||
ConstantUtils.validateInternalClassName(requireNonNull(name));
|
||||
|
Loading…
Reference in New Issue
Block a user