Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Fix Javadoc references.

See #2915
Original pull request: #2916
  • Loading branch information
mp911de committed Aug 31, 2023
1 parent df543cd commit 8c342a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static boolean isAccessible(Class<?> type) {
/**
* Checks whether the class is accessible by inspecting modifiers (i.e. whether the class is {@code private}).
*
* @param type must not be {@literal null}.
* @param modifiers modifiers to check.
* @return {@literal true} if the {@code modifiers} do not indicate the private flag.
* @see Modifier#isPrivate(int)
*/
Expand All @@ -177,7 +177,7 @@ static boolean isAccessible(int modifiers) {
* Checks whether the modifiers express {@literal default} (not
* {@literal private}/{@literal protected}/{@literal public}).
*
* @param type must not be {@literal null}.
* @param modifiers modifiers to check.
* @return {@literal true} if the {@code modifiers} indicate {@literal default}.
* @see Modifier#isPrivate(int)
*/
Expand Down

0 comments on commit 8c342a5

Please sign in to comment.