diff flys-client/src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java @ 1585:915ad25f4bb8

Cosmetics. flys-client/trunk@3871 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 01 Feb 2012 15:39:02 +0000
parents 7e738bc8ed75
children dbdf954dbe94
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java	Wed Feb 01 15:00:53 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java	Wed Feb 01 15:39:02 2012 +0000
@@ -65,34 +65,35 @@
 extends      AbstractUIProvider
 implements   FilterHandler
 {
-    /** The message class that provides i18n strings.*/
+    /** The message class that provides i18n strings. */
     protected FLYSConstants MESSAGES = GWT.create(FLYSConstants.class);
 
-    /** The DistanceInfoService used to retrieve locations about rivers.*/
+    /** The DistanceInfoService used to retrieve locations about rivers. */
     protected DistanceInfoServiceAsync distanceInfoService =
         GWT.create(DistanceInfoService.class);
 
-    /** A container that will contain the location or the distance panel.*/
+    /** A container that will contain the location or the distance panel. */
     protected HLayout container;
 
-    /** The minimal value that the user is allowed to enter.*/
+    /** The minimal value that the user is allowed to enter. */
     protected double min;
 
-    /** The maximal value that the user is allowed to enter.*/
+    /** The maximal value that the user is allowed to enter. */
     protected double max;
 
-    /** The values entered in the location mode.*/
+    /** The values entered in the location mode. */
     protected double[] values;
 
-    /** The input panel for locations */
+    /** The input panel for locations. */
     protected DoubleArrayPanel locationPanel;
 
-    /** The locations table */
+    /** The locations table. */
     protected ListGrid locationTable;
 
     /** The table data. */
     protected DistanceInfoObject[] tableData;
 
+    /** Text to show number of matched items when filtered. */
     protected StaticTextItem filterResultCount;
 
     /**
@@ -107,7 +108,7 @@
     /**
      * This method creates a widget that contains a label, a panel with
      * checkboxes to switch the input mode between location and distance input,
-     * and a the mode specific panel.
+     * and a mode specific panel.
      *
      * @param data The data that might be inserted.
      *

http://dive4elements.wald.intevation.org