Skip to content

Commit

Permalink
More clean up possible because of jqwik update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Dec 16, 2024
1 parent 46f539d commit ab309fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ default void toString(@ForAll(DATAPOINTS) E object) {
* The implementation for equals datapoints (see {@link #equalDatapoints()}.
* Defaults to {@link Objects#equals(Object, Object)}.
*/
default boolean equals(Object e1, Object e2) {
default boolean equals(E e1, E e2) {
return Objects.equals(e1, e2);
}

Expand Down

0 comments on commit ab309fe

Please sign in to comment.