Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
8310830: typo in the parameter name in @throws of ClassDesc::ofDescri…
Browse files Browse the repository at this point in the history
…ptor

Reviewed-by: mchung
Backport-of: 4bce38c6d7792596879a6e1081140b698b899471
  • Loading branch information
jddarcy committed Jun 27, 2023
1 parent 033060b commit 3248dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static ClassDesc of(String packageName, String className) {
* @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
Expand Down

0 comments on commit 3248dae

Please sign in to comment.