Add missing override in Geometry

This commit is contained in:
Quazi Irfan GD 2017-05-27 14:13:57 -05:00
parent cf07e094af
commit 97135fa9bb

View File

@ -506,6 +506,7 @@ public class Geometry extends Spatial {
/** /**
* The old clone() method that did not use the new Cloner utility. * The old clone() method that did not use the new Cloner utility.
*/ */
@Override
public Geometry oldClone(boolean cloneMaterial) { public Geometry oldClone(boolean cloneMaterial) {
Geometry geomClone = (Geometry) super.clone(cloneMaterial); Geometry geomClone = (Geometry) super.clone(cloneMaterial);