diff flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java @ 4048:6ed8ebd48d6e

Removed dead code.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 06 Oct 2012 11:14:23 +0200
parents d9af29a4bb85
children 293a0d098606
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java	Sat Oct 06 11:08:24 2012 +0200
+++ b/flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java	Sat Oct 06 11:14:23 2012 +0200
@@ -1,8 +1,5 @@
 package de.intevation.flys.jfree;
 
-import org.apache.log4j.Logger;
-
-
 /**
  * Custom Annotations class that is drawn only if no collisions with other
  * already drawn CustomAnnotations in current plot are found. A mark on
@@ -11,10 +8,6 @@
  */
 public class StickyAxisAnnotation {
 
-    /** Logger for this class. */
-    private static Logger logger =
-        Logger.getLogger(StickyAxisAnnotation.class);
-
     /** Simplified view on axes. */
     public static enum SimpleAxis {
         X_AXIS, /** Usually "horizontal". */

http://dive4elements.wald.intevation.org