mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8300953: ClassDesc::ofInternalName missing @since tag
Reviewed-by: darcy, mchung, jjg
This commit is contained in:
parent
a67b1e77d3
commit
b22e5216c4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue