# HG changeset patch # User Felix Wolfsteller # Date 1314188201 0 # Node ID a5e96a36478cb259263f8b6f803b5f1b2b62e67c # Parent 29966a53cfeb7fe7ddd97b89cf169d39cb9049ba Minor cosmetics. flys-client/trunk@2558 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 29966a53cfeb -r a5e96a36478c flys-client/ChangeLog --- 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 + + Minor cosmetics. + + * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: + Picky cosmetics about comment content. + 2011-08-24 Sascha L. Teichmann * src/main/java/de/intevation/flys/client/shared/model/ToLoad.java, diff -r 29966a53cfeb -r a5e96a36478c flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.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. */