comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/ComputationRangeState.java @ 1890:9144e5a5027b

(Picky) cosmetics. flys-artifacts/trunk@3250 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 15 Nov 2011 14:15:31 +0000
parents 7e19449d7826
children e8fc770d2f8c
comparison
equal deleted inserted replaced
1889:ad22fc70bdab 1890:9144e5a5027b
39 implements FacetTypes 39 implements FacetTypes
40 { 40 {
41 private static Logger logger = 41 private static Logger logger =
42 Logger.getLogger(ComputationRangeState.class); 42 Logger.getLogger(ComputationRangeState.class);
43 43
44
45 /** The name of the 'from' field. */ 44 /** The name of the 'from' field. */
46 public static final String FROM = "ld_from"; 45 public static final String FROM = "ld_from";
47 46
48 /** The name of the 'to' field. */ 47 /** The name of the 'to' field. */
49 public static final String TO = "ld_to"; 48 public static final String TO = "ld_to";
51 /** The name of the 'step' field. */ 50 /** The name of the 'step' field. */
52 public static final String STEP = "ld_step"; 51 public static final String STEP = "ld_step";
53 52
54 /** The default step width. */ 53 /** The default step width. */
55 public static final int DEFAULT_STEP = 100; 54 public static final int DEFAULT_STEP = 100;
56
57 55
58 56
59 public ComputationRangeState() { 57 public ComputationRangeState() {
60 } 58 }
61 59

http://dive4elements.wald.intevation.org