diff artifacts/src/main/java/org/dive4elements/river/collections/CollectionDescriptionHelper.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 0a5239a1e46e
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/collections/CollectionDescriptionHelper.java	Fri Sep 05 12:54:58 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/collections/CollectionDescriptionHelper.java	Fri Sep 05 12:58:17 2014 +0200
@@ -30,7 +30,7 @@
 
 public class CollectionDescriptionHelper {
 
-    private static final Logger logger =
+    private static final Logger log =
         Logger.getLogger(CollectionDescriptionHelper.class);
 
 
@@ -137,7 +137,7 @@
                 }
             }
             catch (ArtifactDatabaseException dbe) {
-                logger.warn(dbe, dbe);
+                log.warn(dbe, dbe);
             }
         }
 
@@ -153,7 +153,7 @@
     protected Element buildArtifactNode(String uuid)
     throws    ArtifactDatabaseException
     {
-        logger.debug("Append artifact '" + uuid + "' to collection description");
+        log.debug("Append artifact '" + uuid + "' to collection description");
 
         // TODO
         String hash = "MYHASH";

http://dive4elements.wald.intevation.org