comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/WQAdapted.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 5f70c73b11ed
children 05eeedc5b156
comparison
equal deleted inserted replaced
5105:34baad34987f 5107:a929d9a9fa1e
56 } 56 }
57 } // class GaugeOrder 57 } // class GaugeOrder
58 58
59 public static final GaugeOrder GAUGE_UP = new GaugeOrder(true); 59 public static final GaugeOrder GAUGE_UP = new GaugeOrder(true);
60 public static final GaugeOrder GAUGE_DOWN = new GaugeOrder(false); 60 public static final GaugeOrder GAUGE_DOWN = new GaugeOrder(false);
61
61 62
62 /** Trivial, empty constructor. */ 63 /** Trivial, empty constructor. */
63 public WQAdapted() { 64 public WQAdapted() {
64 } 65 }
65 66
115 116
116 return new Element[] { w, q }; 117 return new Element[] { w, q };
117 } 118 }
118 119
119 120
121 /** Create the items for input to the ranges per mode. */
120 protected Element[] createValueItems( 122 protected Element[] createValueItems(
121 XMLUtils.ElementCreator cr, 123 XMLUtils.ElementCreator cr,
122 Artifact artifact, 124 Artifact artifact,
123 String name, 125 String name,
124 CallContext context) 126 CallContext context)

http://dive4elements.wald.intevation.org