Closed
Description
Regression of #997
Both classes extend Entity
which does not provide an implementation of equals
. Thus, the implementation of Object
is used when calling super.equals
, which is not what we want
Regression of #997
Both classes extend Entity
which does not provide an implementation of equals
. Thus, the implementation of Object
is used when calling super.equals
, which is not what we want