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

Reviewed-by: bpb, rriggs, mchung
This commit is contained in:
Joe Darcy 2023-06-27 19:30:59 +00:00
parent 315242b741
commit 4bce38c6d7

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