Skip to content

Commit 8dac3e3

Browse files
committed
Fixes Javadoc reference
1 parent 145be28 commit 8dac3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/nl/jqno/equalsverifier/api/SingleTypeEqualsVerifierApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public SingleTypeEqualsVerifierApi<T> withCachedHashCode(
285285
* @param example An instance of the class under test, to verify that the hashCode has been
286286
* initialized properly.
287287
* @return {@code this}, for easy method chaining.
288-
* @see #withCachedHashCode(String, String, T)
288+
* @see #withCachedHashCode(String, String, Object)
289289
*/
290290
public SingleTypeEqualsVerifierApi<T> withLombokCachedHashCode(T example) {
291291
cachedHashCodeInitializer = CachedHashCodeInitializer.lombokCachedHashcode(example);

0 commit comments

Comments
 (0)