comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/HistoricalDischargeFacet.java @ 8202:e4606eae8ea5

sed src/**/*.java 's/logger/log/g'
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 05 Sep 2014 12:58:17 +0200
parents 7e95bdb72a40
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8201:4b8c5a08de04 8202:e4606eae8ea5
22 /** 22 /**
23 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 23 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
24 */ 24 */
25 public class HistoricalDischargeFacet extends DataFacet { 25 public class HistoricalDischargeFacet extends DataFacet {
26 26
27 private static final Logger logger = 27 private static final Logger log =
28 Logger.getLogger(HistoricalDischargeFacet.class); 28 Logger.getLogger(HistoricalDischargeFacet.class);
29 29
30 30
31 public HistoricalDischargeFacet() { 31 public HistoricalDischargeFacet() {
32 } 32 }
61 } 61 }
62 62
63 63
64 @Override 64 @Override
65 public Object getData(Artifact artifact, CallContext context) { 65 public Object getData(Artifact artifact, CallContext context) {
66 if (logger.isDebugEnabled()) { 66 if (log.isDebugEnabled()) {
67 logger.debug("Get data for historical discharge curves at index: " + 67 log.debug("Get data for historical discharge curves at index: " +
68 index + " / stateId: " + stateId); 68 index + " / stateId: " + stateId);
69 } 69 }
70 70
71 D4EArtifact flys = (D4EArtifact) artifact; 71 D4EArtifact flys = (D4EArtifact) artifact;
72 72

http://dive4elements.wald.intevation.org