diff artifacts/src/main/java/org/dive4elements/river/exports/AbstractExporter.java @ 5867:59ff03ff48f1

River artifacts: Renamed FLYSArtifact(Collection) to D4EArtifact(Collection).
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:23:01 +0200
parents 4897a58c8746
children af13ceeba52a
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/AbstractExporter.java	Sun Apr 28 15:14:30 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/AbstractExporter.java	Sun Apr 28 15:23:01 2013 +0200
@@ -30,7 +30,7 @@
 import org.dive4elements.artifacts.common.utils.XMLUtils;
 
 import org.dive4elements.river.artifacts.resources.Resources;
-import org.dive4elements.river.collections.FLYSArtifactCollection;
+import org.dive4elements.river.collections.D4EArtifactCollection;
 
 import org.dive4elements.river.utils.Formatter;
 
@@ -77,7 +77,7 @@
     protected String facet;
 
     /** The collection.*/
-    protected FLYSArtifactCollection collection;
+    protected D4EArtifactCollection collection;
 
     /** The master artifact. */
     protected Artifact master;
@@ -138,7 +138,7 @@
 
 
     @Override
-    public void setCollection(FLYSArtifactCollection collection) {
+    public void setCollection(D4EArtifactCollection collection) {
         this.collection = collection;
     }
 

http://dive4elements.wald.intevation.org