[Dive4elements-commits] [PATCH 03 of 17] WQAdaptedInputPanel: cosmetics in docs

Wald Commits scm-commit at wald.intevation.org
Wed Apr 10 17:14:09 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1364998624 -7200
# Node ID cda844f8d1260369e2b8278bff70cfb88dcc00ec
# Parent  b56422246f3abbc5a860814445431f7dc267c3db
WQAdaptedInputPanel: cosmetics in docs.

diff -r b56422246f3a -r cda844f8d126 flys-client/src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java	Tue Apr 02 10:28:52 2013 +0200
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java	Wed Apr 03 16:17:04 2013 +0200
@@ -61,7 +61,7 @@
 {
     private static final long serialVersionUID = -3218827566805476423L;
 
-    /** The message class that provides i18n strings.*/
+    /** The message class that provides i18n strings. */
     protected FLYSConstants MESSAGE = GWT.create(FLYSConstants.class);
 
     public static final String FIELD_WQ_MODE = "wq_isq";
@@ -76,22 +76,22 @@
 
     public static final int ROW_HEIGHT = 20;
 
-    /** The constant field name for choosing w or q mode.*/
+    /** The constant field name for choosing w or q mode. */
     public static final String FIELD_WQ = "wq";
 
-    /** The constant field name for choosing single values or range.*/
+    /** The constant field name for choosing single values or range. */
     public static final String FIELD_MODE = "mode";
 
-    /** The constant field value for range input mode.*/
+    /** The constant field value for range input mode. */
     public static final String FIELD_MODE_RANGE = "range";
 
     protected WQInfoServiceAsync wqInfoService =
         GWT.create(WQInfoService.class);
 
-    /** The message class that provides i18n strings.*/
+    /** The message class that provides i18n strings. */
     protected FLYSConstants MSG = GWT.create(FLYSConstants.class);
 
-    /** Stores the input panels related to their keys.*/
+    /** Stores the input panels related to their keys. */
     protected Map<String, DoubleArrayPanel> wqranges;
 
     /** List of doubleArrayPanels shown. */
@@ -100,10 +100,10 @@
     /** Stores the min/max values for each q range.*/
     protected Map<String, double[]> qranges;
 
-    /** Stores the min/max values for each w range.*/
+    /** Stores the min/max values for each w range. */
     protected Map<String, double[]> wranges;
 
-    /** The RadioGroupItem that determines the w/q input mode.*/
+    /** The RadioGroupItem that determines the w/q input mode. */
     protected DynamicForm modes;
 
     /** Table holding Q and D values. */


More information about the Dive4elements-commits mailing list