comparison artifacts/src/main/java/org/dive4elements/river/artifacts/AbstractStaticStateArtifact.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
35 * This class is intended to be used without the config/stateengine to generate 35 * This class is intended to be used without the config/stateengine to generate
36 * the static state. 36 * the static state.
37 * 37 *
38 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a> 38 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a>
39 */ 39 */
40 public abstract class AbstractStaticStateArtifact extends StaticFLYSArtifact { 40 public abstract class AbstractStaticStateArtifact extends StaticD4EArtifact {
41 41
42 private transient StaticState staticstate; 42 private transient StaticState staticstate;
43 43
44 private static final Logger logger = 44 private static final Logger logger =
45 Logger.getLogger(AbstractStaticStateArtifact.class); 45 Logger.getLogger(AbstractStaticStateArtifact.class);

http://dive4elements.wald.intevation.org