comparison artifacts/src/main/java/org/dive4elements/river/artifacts/WINFOArtifact.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 73da40528cf2
children 1058b3436dad
comparison
equal deleted inserted replaced
5866:9a6741ccf6d4 5867:59ff03ff48f1
70 * The default WINFO artifact. 70 * The default WINFO artifact.
71 * 71 *
72 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 72 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
73 */ 73 */
74 public class WINFOArtifact 74 public class WINFOArtifact
75 extends FLYSArtifact 75 extends D4EArtifact
76 implements FacetTypes, WaterLineArtifact { 76 implements FacetTypes, WaterLineArtifact {
77 77
78 /** The logger for this class. */ 78 /** The logger for this class. */
79 private static Logger logger = Logger.getLogger(WINFOArtifact.class); 79 private static Logger logger = Logger.getLogger(WINFOArtifact.class);
80 80
694 } 694 }
695 695
696 boolean debug = logger.isDebugEnabled(); 696 boolean debug = logger.isDebugEnabled();
697 697
698 if (debug) { 698 if (debug) {
699 logger.debug("FLYSArtifact.getQsForWs"); 699 logger.debug("D4EArtifact.getQsForWs");
700 } 700 }
701 701
702 River r = RiverUtils.getRiver(this); 702 River r = RiverUtils.getRiver(this);
703 if (r == null) { 703 if (r == null) {
704 logger.warn("no river found"); 704 logger.warn("no river found");

http://dive4elements.wald.intevation.org