diff 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
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/DurationCurveExporter.java	Sun Sep 16 18:42:20 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/DurationCurveExporter.java	Sun Sep 16 20:11:37 2012 +0000
@@ -42,7 +42,7 @@
 public class DurationCurveExporter extends AbstractExporter {
 
     /** The logger used in this exporter. */
-    private static Logger logger = Logger.getLogger(WaterlevelExporter.class);
+    private static Logger logger = Logger.getLogger(DurationCurveExporter.class);
 
 
     public static final String CSV_DURATION_HEADER =

http://dive4elements.wald.intevation.org