comparison flys-artifacts/src/main/java/de/intevation/flys/exports/HistoricalDischargeCurveGenerator.java @ 4736:b195fede1c3b

Remove trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 02 Jan 2013 13:18:31 +0100
parents b3aa91e45010
children
comparison
equal deleted inserted replaced
4735:94b39073f0f7 4736:b195fede1c3b
240 return tsc; 240 return tsc;
241 } 241 }
242 242
243 /** 243 /**
244 * Creates an array that consists of two <i>Minute</i> periods [start, end]. 244 * Creates an array that consists of two <i>Minute</i> periods [start, end].
245 * 245 *
246 * @param timerange 246 * @param timerange
247 * Supports start and end time. 247 * Supports start and end time.
248 * 248 *
249 * @return an array with two <i>Minute</i> periods [start, end]. 249 * @return an array with two <i>Minute</i> periods [start, end].
250 */ 250 */
251 protected RegularTimePeriod[] newRegularTimePeriod(Timerange timerange) { 251 protected RegularTimePeriod[] newRegularTimePeriod(Timerange timerange) {
252 Date start = new Date(timerange.getStart()); 252 Date start = new Date(timerange.getStart());
253 Date end = new Date(timerange.getEnd() - 1000 * 60 * 60 * 24); 253 Date end = new Date(timerange.getEnd() - 1000 * 60 * 60 * 24);

http://dive4elements.wald.intevation.org