diff flys-artifacts/src/main/java/de/intevation/flys/exports/ChartHelper.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 638b1da85450
children
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/ChartHelper.java	Mon Jul 09 07:04:37 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/ChartHelper.java	Tue Jul 10 11:10:38 2012 +0000
@@ -160,7 +160,7 @@
      * @param bounds The bounds to expand.
      * @param percent The percentage to expand.
      *
-     * @param a new, expanded bounds.
+     * @return a new, expanded bounds.
      */
     public static Bounds expandBounds(Bounds bounds, double percent) {
         if (bounds == null) {
@@ -182,7 +182,7 @@
      * @param range The range to expand.
      * @param percent The percentage to expand.
      *
-     * @param a new, expanded range.
+     * @return a new, expanded range.
      */
     public static Range expandRange(Range range, double percent) {
         if (range == null) {

http://dive4elements.wald.intevation.org