comparison artifacts/src/main/java/org/dive4elements/river/artifacts/access/FixAccess.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
comparison
equal deleted inserted replaced
5866:9a6741ccf6d4 5867:59ff03ff48f1
7 */ 7 */
8 8
9 package org.dive4elements.river.artifacts.access; 9 package org.dive4elements.river.artifacts.access;
10 10
11 import org.dive4elements.artifacts.CallContext; 11 import org.dive4elements.artifacts.CallContext;
12 import org.dive4elements.river.artifacts.FLYSArtifact; 12 import org.dive4elements.river.artifacts.D4EArtifact;
13 13
14 import java.util.Arrays; 14 import java.util.Arrays;
15 15
16 import org.apache.log4j.Logger; 16 import org.apache.log4j.Logger;
17 17
31 31
32 protected Boolean preprocessing; 32 protected Boolean preprocessing;
33 33
34 protected String function; 34 protected String function;
35 35
36 public FixAccess(FLYSArtifact artifact, CallContext context) { 36 public FixAccess(D4EArtifact artifact, CallContext context) {
37 super(artifact, context); 37 super(artifact, context);
38 } 38 }
39 39
40 public Long getStart() { 40 public Long getStart() {
41 41

http://dive4elements.wald.intevation.org