diff flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java @ 838:a5e96a36478c

Minor cosmetics. flys-client/trunk@2558 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 24 Aug 2011 12:16:41 +0000
parents dfbc6693247e
children 9bb8b7a751ec
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java	Wed Aug 24 10:58:15 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java	Wed Aug 24 12:16:41 2011 +0000
@@ -58,13 +58,13 @@
 extends      AbstractUIProvider
 implements   ChangeHandler, BlurHandler
 {
-    /** The message class that provides i18n strings.*/
+    /** The message class that provides i18n strings. */
     protected FLYSConstants MESSAGES = GWT.create(FLYSConstants.class);
 
     /** The interface that provides the image resources. */
     private FLYSImages IMAGES = GWT.create(FLYSImages.class);
 
-    /** The DistanceInfoService used to retrieve locations about rivers.*/
+    /** The DistanceInfoService used to retrieve locations about rivers. */
     protected DistanceInfoServiceAsync distanceInfoService =
         GWT.create(DistanceInfoService.class);
 
@@ -113,19 +113,19 @@
     /** The values entered in the location mode.*/
     protected double[] values;
 
-    /** The input panel for locations */
+    /** The input panel for locations. */
     protected DoubleArrayPanel locationPanel;
 
-    /** The input panel for distances */
+    /** The input panel for distances. */
     protected DoubleRangePanel distancePanel;
 
-    /** The tab set containing the location and distance table*/
+    /** The tab set containing the location and distance table. */
     protected TabSet inputTables;
 
     /** The distance table. */
     protected ListGrid distanceTable;
 
-    /** The locations table */
+    /** The locations table. */
     protected ListGrid locationsTable;
 
     /** The locations table for distance input. */

http://dive4elements.wald.intevation.org