Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/InputDoubleState.java @ 5379:61bf64b102bc mapgenfix
Merge with default branch
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Fri, 22 Mar 2013 11:25:54 +0100 |
parents | a929d9a9fa1e |
children |
comparison
equal
deleted
inserted
replaced
5175:cfc5540a4eec | 5379:61bf64b102bc |
---|---|
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 |