EntityLocation.clone() unit test
This commit is contained in:
@@ -29,6 +29,6 @@ public class EntityLocation extends Location implements Cloneable {
|
||||
|
||||
@Override
|
||||
public EntityLocation clone() {
|
||||
return (EntityLocation) super.clone(); //TODO need test
|
||||
return (EntityLocation) super.clone();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user