diff artifacts/src/main/java/org/dive4elements/river/exports/process/DeltaWProcessor.java @ 8202:e4606eae8ea5

sed src/**/*.java 's/logger/log/g'
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 05 Sep 2014 12:58:17 +0200
parents d13398318b11
children 5e38e2924c07
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/process/DeltaWProcessor.java	Fri Sep 05 12:54:58 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/process/DeltaWProcessor.java	Fri Sep 05 12:58:17 2014 +0200
@@ -35,7 +35,7 @@
      * historic reason for this is that they have in common that they
      * work on deltaW data from the fixing analysis. */
 
-    private static final Logger logger = Logger.getLogger(DeltaWProcessor.class);
+    private static final Logger log = Logger.getLogger(DeltaWProcessor.class);
 
     public static final String I18N_DW_YAXIS_LABEL_DEFAULT  =
             "delta W [cm]";
@@ -53,7 +53,7 @@
         if (!visible) {
             return;
         }
-        logger.debug("Doing out for: " + bundle.getFacetName());
+        log.debug("Doing out for: " + bundle.getFacetName());
         if (facettype.equals(FacetTypes.FIX_REFERENCE_EVENTS_LS)) {
             doReferenceEventsOut(generator, bundle, theme, visible);
         } else if (facettype.equals(FacetTypes.FIX_ANALYSIS_EVENTS_LS)) {
@@ -65,7 +65,7 @@
         } else if (facettype.startsWith(FacetTypes.FIX_SECTOR_AVERAGE_LS)) {
             doSectorAverageOut(generator, bundle, theme, visible);
         } else {
-            logger.error("Could not handle: " + facettype);
+            log.error("Could not handle: " + facettype);
         }
     }
 

http://dive4elements.wald.intevation.org