comparison flys-artifacts/src/main/java/de/intevation/flys/exports/DurationCurveExporter.java @ 3778:35a6c9a49a76

Fixed wrong assigned loggers. flys-artifacts/trunk@5485 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 16 Sep 2012 20:11:37 +0000
parents 4bd3d8bbb60c
children 56fbdcdb7ff2
comparison
equal deleted inserted replaced
3777:048a02e29808 3778:35a6c9a49a76
40 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 40 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
41 */ 41 */
42 public class DurationCurveExporter extends AbstractExporter { 42 public class DurationCurveExporter extends AbstractExporter {
43 43
44 /** The logger used in this exporter. */ 44 /** The logger used in this exporter. */
45 private static Logger logger = Logger.getLogger(WaterlevelExporter.class); 45 private static Logger logger = Logger.getLogger(DurationCurveExporter.class);
46 46
47 47
48 public static final String CSV_DURATION_HEADER = 48 public static final String CSV_DURATION_HEADER =
49 "export.duration.curve.csv.header.duration"; 49 "export.duration.curve.csv.header.duration";
50 50

http://dive4elements.wald.intevation.org