code-coverage-Emilia #24
@@ -21,7 +21,6 @@ public abstract class Entity implements Positionable {
|
|||||||
@Override
|
@Override
|
||||||
public boolean equals(Object obj) {
|
public boolean equals(Object obj) {
|
||||||
if (this == obj) return true;
|
if (this == obj) return true;
|
||||||
if (obj == null || getClass() != obj.getClass()) return false;
|
|
||||||
|
|
||||||
Entity entity = (Entity) obj;
|
Entity entity = (Entity) obj;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user