ref #10322, ref #10472 further remove model objects, use DerivationEvent and some...
[cdmlib.git] / cdmlib-model / src / main / java / eu / etaxonomy / cdm / model / molecular / SingleReadAlignment.java
index ab8f2f64533118715352ef0c87b39f393807c647..4bee6d613e66d9137d52fc496000e25b1efa4492 100644 (file)
@@ -182,11 +182,10 @@ public class SingleReadAlignment extends VersionableEntity implements Serializab
 \r
 // ******************* CLONE *********************/\r
 \r
-\r
-\r
        @Override\r
-       public Object clone() throws CloneNotSupportedException {\r
-               SingleReadAlignment result = (SingleReadAlignment)super.clone();\r
+       public SingleReadAlignment clone() throws CloneNotSupportedException {\r
+\r
+           SingleReadAlignment result = (SingleReadAlignment)super.clone();\r
 \r
                //deep copy shifts\r
                Shift[] oldShifts = this.getShifts();\r