mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8310830: typo in the parameter name in @throws of ClassDesc::ofDescriptor
Reviewed-by: bpb, rriggs, mchung
This commit is contained in:
parent
315242b741
commit
4bce38c6d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue