HHH-6766 - Test cleanup
This commit is contained in:
parent
fed759f8e5
commit
c74610bd80
|
@ -15,7 +15,7 @@ public abstract class Person {
|
|||
@Override
|
||||
public boolean equals(Object o) {
|
||||
if ( this == o ) return true;
|
||||
if ( o == null || getClass() != o.getClass() ) return false;
|
||||
if ( !( o instanceof Person ) ) return false;
|
||||
|
||||
Person person = (Person) o;
|
||||
|
||||
|
|
Loading…
Reference in New Issue