Mercurial > dive4elements > river
view flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/DurationCurveState.java @ 680:bcd62609c936
Write top 'Oberkante' and bottom 'Unterkante' to out going XML if they exist.
flys-artifacts/trunk@2109 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 14 Jun 2011 13:53:25 +0000 |
parents | fdc898a134a7 |
children | 06689035024c |
line wrap: on
line source
package de.intevation.flys.artifacts.states; import org.apache.log4j.Logger; /** * The final state that will be reached after the duration curve calculation * mode has been chosen. * * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> */ public class DurationCurveState extends DefaultState { /** The logger that is used in this state.*/ private static Logger logger = Logger.getLogger(DurationCurveState.class); public DurationCurveState() { } } // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :