Skip to content

Commit

Permalink
Better Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 17, 2023
1 parent c5606dd commit 0cc0793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public synchronized String lookup(final String key) {

/**
* Determines the value of the specified constant member field of a class. This implementation will call
* {@code fetchClass()} to obtain the {@code java.lang.Class} object for the target class. Then it will use
* {@code fetchClass()} to obtain the {@link Class} object for the target class. Then it will use
* reflection to obtain the field's value. For this to work the field must be accessible.
*
* @param className the name of the class
Expand Down

0 comments on commit 0cc0793

Please sign in to comment.