changeset 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 29966a53cfeb
children 6a1cd38e6e18
files flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java
diffstat 2 files changed, 13 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/flys-client/ChangeLog	Wed Aug 24 10:58:15 2011 +0000
+++ b/flys-client/ChangeLog	Wed Aug 24 12:16:41 2011 +0000
@@ -1,3 +1,10 @@
+2011-08-24	Felix Wolfsteller	<felix.wolfsteller@intevation.de> 
+
+	Minor cosmetics.
+
+	* src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java:
+	  Picky cosmetics about comment content.
+
 2011-08-24	Sascha L. Teichmann	<sascha.teichmann@intevation.de> 
 
 	* src/main/java/de/intevation/flys/client/shared/model/ToLoad.java,
--- 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