8310830: typo in the parameter name in @throws of ClassDesc::ofDescriptor

Reviewed-by: mchung
Backport-of: 4bce38c6d7
This commit is contained in:
Joe Darcy
2023-06-27 19:56:34 +00:00
committed by Vitaly Provodin
parent 4da9ef9367
commit 5b7b91f80b

View File

@@ -150,7 +150,7 @@ public sealed interface ClassDesc
* @param descriptor a field descriptor string
* @return a {@linkplain ClassDesc} describing the desired class
* @throws NullPointerException if the argument is {@code null}
* @throws IllegalArgumentException if the name string is not in the
* @throws IllegalArgumentException if the descriptor string is not in the
* correct format
* @jvms 4.3.2 Field Descriptors
* @jvms 4.4.1 The CONSTANT_Class_info Structure