Skip to content

Commit

Permalink
Fixes Javadoc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Jul 9, 2021
1 parent 145be28 commit 8dac3e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public SingleTypeEqualsVerifierApi<T> withCachedHashCode(
* @param example An instance of the class under test, to verify that the hashCode has been
* initialized properly.
* @return {@code this}, for easy method chaining.
* @see #withCachedHashCode(String, String, T)
* @see #withCachedHashCode(String, String, Object)
*/
public SingleTypeEqualsVerifierApi<T> withLombokCachedHashCode(T example) {
cachedHashCodeInitializer = CachedHashCodeInitializer.lombokCachedHashcode(example);
Expand Down

0 comments on commit 8dac3e3

Please sign in to comment.