comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/InputDoubleState.java @ 5107:a929d9a9fa1e

Picky doc and whitespace fixes.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 26 Feb 2013 12:35:59 +0100
parents c9c788eea200
children
comparison
equal deleted inserted replaced
5105:34baad34987f 5107:a929d9a9fa1e
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

http://dive4elements.wald.intevation.org