Mercurial > dive4elements > river
diff flys-backend/ChangeLog @ 3686:c959444ff395
Add getDurationCurveData method to Gauge class
Move static getDurationCurveData method from flys-artifacts WINFOArtifact
class to a instance method in Gauge class.
flys-backend/trunk@5366 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Thu, 06 Sep 2012 12:06:57 +0000 |
parents | f3686b443d1e |
children | 69aa82ebff25 |
line wrap: on
line diff
--- a/flys-backend/ChangeLog Thu Aug 30 13:19:13 2012 +0000 +++ b/flys-backend/ChangeLog Thu Sep 06 12:06:57 2012 +0000 @@ -1,3 +1,9 @@ +2012-09-06 Björn Ricks <bjoern.ricks@intevation.de> + + * src/main/java/de/intevation/flys/model/Gauge.java: + Move static getDurationCurveData method from flys-artifacts WINFOArtifact + class to a instance method in Gauge class. + 2012-08-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> Attempt fix for issue821 (cross sections just till +/-500m).