diff flys-client/src/main/java/de/intevation/flys/client/client/ui/stationinfo/InfoPanel.java @ 4980:e70ff0a600a3

flys-client: Whitespace and doc cosemtics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 14 Feb 2013 09:29:51 +0100
parents f46a07c11324
children
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/stationinfo/InfoPanel.java	Mon Feb 11 15:29:30 2013 +0100
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/stationinfo/InfoPanel.java	Thu Feb 14 09:29:51 2013 +0100
@@ -54,7 +54,7 @@
     }
 
     /**
-     * Sets and loads the river data if river is not the current set river
+     * Sets and loads the river data if river is not the current set river.
      */
     public void setRiver(String river) {
         if (!river.equals(this.river)) {
@@ -64,7 +64,7 @@
     }
 
     /**
-     * Sets the data and closes not corresponding folds in the gauge tree
+     * Sets the data and closes not corresponding folds in the gauge tree.
      */
     public void setData(DataList[] data) {
         this.listgrid.setData(data);
@@ -121,14 +121,14 @@
     }
 
     /**
-     * Expands the gauge section
+     * Expands the gauge section.
      */
     public void expand() {
         section.setExpanded(true);
     }
 
     /**
-     * Contracts/shrinks the expanded gauge section
+     * Contracts/shrinks the expanded gauge section.
      */
     public void contract() {
         section.setExpanded(false);

http://dive4elements.wald.intevation.org