diff artifacts/src/main/java/org/dive4elements/river/artifacts/model/FlowVelocityFacet.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 42076d94977e
children 0a5239a1e46e
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/FlowVelocityFacet.java	Fri Sep 05 12:54:58 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/FlowVelocityFacet.java	Fri Sep 05 12:58:17 2014 +0200
@@ -24,7 +24,7 @@
  */
 public class FlowVelocityFacet extends DataFacet {
 
-    private static Logger logger = Logger.getLogger(FlowVelocityFacet.class);
+    private static Logger log = Logger.getLogger(FlowVelocityFacet.class);
 
     public FlowVelocityFacet() {
         // required for clone operation deepCopy()
@@ -46,7 +46,7 @@
 
 
     public Object getData(Artifact artifact, CallContext context) {
-        logger.debug("Get data for flow velocity at index: " + index);
+        log.debug("Get data for flow velocity at index: " + index);
 
         D4EArtifact flys = (D4EArtifact) artifact;
 

http://dive4elements.wald.intevation.org