comparison gnv-artifacts/src/main/java/de/intevation/gnv/timeseries/gap/DefaultTimeGap.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents 3ddc22aab764
children b1f5f2a8840f
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
11 /** 11 /**
12 * The UNIT of the TimeGap 12 * The UNIT of the TimeGap
13 * See the Constants in de.intevation.gnv.timeseries.gap.TimeGap 13 * See the Constants in de.intevation.gnv.timeseries.gap.TimeGap
14 */ 14 */
15 private String unit; 15 private String unit;
16 16
17 /** 17 /**
18 * The Key of the TimeGap which must be equivalent to the 18 * The Key of the TimeGap which must be equivalent to the
19 * Key used in the DWH 19 * Key used in the DWH
20 */ 20 */
21 private int key; 21 private int key;
22 22
23 /** 23 /**
24 * The Value of the Gap. 24 * The Value of the Gap.
25 * Use the Unit and the Time Constants to Calculate the 25 * Use the Unit and the Time Constants to Calculate the
26 * value in Milliseconds 26 * value in Milliseconds
27 */ 27 */
28 private int value; 28 private int value;
29 29
30 /** 30 /**
31 * Constructor 31 * Constructor
32 * @param unit 32 * @param unit
33 * @param key 33 * @param key
34 * @param value 34 * @param value

http://dive4elements.wald.intevation.org