comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/GaugeTimerangeState.java @ 5413:12766ab27a36

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 25 Mar 2013 19:51:24 +0100
parents f6c73ee1b7f1
children
comparison
equal deleted inserted replaced
5412:5f3faa9a8506 5413:12766ab27a36
17 /** 17 /**
18 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 18 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
19 */ 19 */
20 public class GaugeTimerangeState extends IntRangeState { 20 public class GaugeTimerangeState extends IntRangeState {
21 21
22 /** Private logger. */
22 private static final Logger logger = 23 private static final Logger logger =
23 Logger.getLogger(GaugeTimerangeState.class); 24 Logger.getLogger(GaugeTimerangeState.class);
24 25
25 26
27 /** Get 'min' and 'max'times of gauge time intervals. */
26 protected long[] getLowerUpper(FLYSArtifact flys) { 28 protected long[] getLowerUpper(FLYSArtifact flys) {
27 Gauge gauge = FLYSUtils.getReferenceGauge(flys); 29 Gauge gauge = FLYSUtils.getReferenceGauge(flys);
28 30
29 if (gauge == null) { 31 if (gauge == null) {
30 logger.warn("No reference gauge specified!"); 32 logger.warn("No reference gauge specified!");

http://dive4elements.wald.intevation.org