Skip to content

Commit

Permalink
Fixes Javadoc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Dec 3, 2021
1 parent 5c15803 commit 2514ff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public <S> EqualsVerifierApi<T> withGenericPrefabValues(

/**
* Signals that all internal caches need to be reset. This is useful when the test framework
* uses multiple ClassLoaders to run tests, causing {@link java.lang.reflect.Class} instances
* uses multiple ClassLoaders to run tests, causing {@link java.lang.Class} instances
* that would normally be equal, to be unequal, because their ClassLoaders don't match.
*
* @return {@code this}, for easy method chaining.
Expand Down

0 comments on commit 2514ff5

Please sign in to comment.