diff flys-client/src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java @ 3351:24e9b5eb83f8

Cosmetics. flys-client/trunk@5033 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 18 Jul 2012 09:56:24 +0000
parents 6f7e188fac1a
children 14774fb42054
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java	Wed Jul 18 08:22:17 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java	Wed Jul 18 09:56:24 2012 +0000
@@ -88,7 +88,6 @@
 
     public static final int WIDTH_LEFT_LOWER = 223;
 
-
     /** The container that manages the w and q panels.*/
     protected HLayout container;
 
@@ -480,7 +479,7 @@
      * Initializes the single values of W or Q from DataList.
      *
      * @param list The DataList that contains the 'wq_single' object.
-     * @param theMode The W or Q mode.
+     * @param isQ W or Q mode?
      */
     protected void initUserSingleValues(DataList list, boolean isQ) {
         List<Data> allData = list.getAll();
@@ -521,7 +520,7 @@
      * Initializes the range values of W or Q from DataList.
      *
      * @param list The DataList that contains the 'wq_single' object.
-     * @param theMode The W or Q mode.
+     * @param isQ W or Q mode?
      */
     protected void initUserRangeValues(DataList list, boolean isQ) {
         List<Data> allData = list.getAll();

http://dive4elements.wald.intevation.org