Mercurial > dive4elements > river
changeset 6156:eee77cdd72fc
Fix comment for newRegularTimePeriod
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 31 May 2013 16:42:02 +0200 |
parents | 36433dc06a40 |
children | 1a5ecc53b9cb |
files | artifacts/src/main/java/org/dive4elements/river/exports/HistoricalDischargeCurveGenerator.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/HistoricalDischargeCurveGenerator.java Sun Jun 02 21:57:11 2013 +0200 +++ b/artifacts/src/main/java/org/dive4elements/river/exports/HistoricalDischargeCurveGenerator.java Fri May 31 16:42:02 2013 +0200 @@ -258,12 +258,12 @@ } /** - * Creates an array that consists of two <i>Minute</i> periods [start, end]. + * Creates an array that consists of two <i>FixedMillisecond</i> periods [start, end]. * * @param timerange * Supports start and end time. * - * @return an array with two <i>Minute</i> periods [start, end]. + * @return an array with two <i>FixedMillisecond</i> periods [start, end]. */ protected RegularTimePeriod[] newRegularTimePeriod(Timerange timerange) { Date start = new Date(timerange.getStart());