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