Skip to content

Commit

Permalink
Adds Javadoc reference to Warning.STRICT_INHERITANCE
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Jun 12, 2020
1 parent af33695 commit 26bda8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public <S> EqualsVerifierApi<T> withGenericPrefabValues(
* instead of an {@code instanceof} check.
*
* @return {@code this}, for easy method chaining.
* @see Warning#STRICT_INHERITANCE
*/
public EqualsVerifierApi<T> usingGetClass();
}

0 comments on commit 26bda8c

Please sign in to comment.