diff artifacts/src/main/java/org/dive4elements/river/exports/TypeSection.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 af13ceeba52a
children 5e38e2924c07
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/TypeSection.java	Fri Sep 05 12:54:58 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/TypeSection.java	Fri Sep 05 12:58:17 2014 +0200
@@ -19,7 +19,7 @@
  */
 public class TypeSection extends DefaultSection {
 
-    private static final Logger logger = Logger.getLogger(TypeSection.class);
+    private static final Logger log = Logger.getLogger(TypeSection.class);
 
     public TypeSection(String key) {
         super(key);
@@ -66,7 +66,7 @@
             return (String) attr.getValue();
         }
 
-        logger.debug("attribute " + key + " not found in typesection.getString");
+        log.debug("attribute " + key + " not found in typesection.getString");
 
         return null;
     }

http://dive4elements.wald.intevation.org