diff flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java @ 3269:b2ea89a665bc

Fix issues in 'documentation'. flys-artifacts/trunk@4911 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 10 Jul 2012 11:10:38 +0000
parents 5642a83420f2
children d9af29a4bb85
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java	Mon Jul 09 07:04:37 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java	Tue Jul 10 11:10:38 2012 +0000
@@ -44,8 +44,8 @@
 
     /**
      * Constructor with implicit sticky x-axis.
-     * @param text       the text to display.
-     * @param pos        the position at which to draw the text and mark.
+     * @param text the text to display.
+     * @param pos  the position at which to draw the text and mark.
      */
     public StickyAxisAnnotation(String text, float pos) {
         this(text, pos, SimpleAxis.X_AXIS);
@@ -56,7 +56,7 @@
      * Constructor with given explicit axis.
      * @param text       the text to display.
      * @param pos        the position at which to draw the text and mark.
-     * @param stickyAxis the axis at which to stick (and to which 'pos' is
+     * @param stickAxis the axis at which to stick (and to which 'pos' is
      *                   relative).
      * @param lineTo     upto where to draw a line (NaN for none).
      */

http://dive4elements.wald.intevation.org