Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/InputDoubleState.java @ 5110:ab2f1e0be311 dami
Merge branch default into dami
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 27 Feb 2013 11:38:36 +0100 |
parents | a929d9a9fa1e |
children |
comparison
equal
deleted
inserted
replaced
5109:357938c64967 | 5110:ab2f1e0be311 |
---|---|
4 | 4 |
5 import de.intevation.flys.artifacts.FLYSArtifact; | 5 import de.intevation.flys.artifacts.FLYSArtifact; |
6 | 6 |
7 | 7 |
8 /** | 8 /** |
9 * State to keep a double value and validate it against a range | 9 * State to keep a double value and validate it against a range. |
10 */ | 10 */ |
11 public class InputDoubleState extends MinMaxState { | 11 public class InputDoubleState extends MinMaxState { |
12 | 12 |
13 private static final Logger logger = Logger.getLogger(InputDoubleState.class); | 13 private static final Logger logger = Logger.getLogger(InputDoubleState.class); |
14 | 14 |