diff artifacts/src/main/java/org/dive4elements/river/artifacts/model/sq/SQCurveFacet.java @ 7381:b7e82468299a

(issue1474) Fix deepCopy signatures and actually copy the facet index now
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 18 Oct 2013 15:44:01 +0200
parents aff189df381b
children 5acaf44062b5
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/sq/SQCurveFacet.java	Fri Oct 18 15:30:44 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/sq/SQCurveFacet.java	Fri Oct 18 15:44:01 2013 +0200
@@ -12,6 +12,8 @@
 
 import java.util.List;
 
+import org.dive4elements.artifactdatabase.state.Facet;
+
 import org.dive4elements.artifacts.Artifact;
 import org.dive4elements.artifacts.CallContext;
 
@@ -103,7 +105,7 @@
 
 
     @Override
-    public SQCurveFacet deepCopy() {
+    public Facet deepCopy() {
         SQCurveFacet copy = new SQCurveFacet();
         copy.set(this);
         copy.type    = type;

http://dive4elements.wald.intevation.org