diff flys-client/src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java @ 810:a443dd6566b8

Minor cosmetic changes (javadoc comments). flys-client/trunk@2449 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 02 Aug 2011 12:57:48 +0000
parents dfbc6693247e
children 5a299d49a989
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java	Fri Jul 22 12:23:36 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java	Tue Aug 02 12:57:48 2011 +0000
@@ -27,23 +27,22 @@
  */
 public class TableDataPanel
 {
-    /** 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.*/
     protected CSVExportServiceAsync exportService =
         GWT.create(CSVExportService.class);
 
-    /** A container that will contain the location or the distance panel.*/
+    /** A container that will contain the location or the distance panel. */
     protected VLayout container;
 
-    /** The export type.*/
+    /** The export type. */
     protected String name;
 
-    /** The UUID of the collection */
+    /** The UUID of the collection. */
     protected String uuid;
 
-    /** The table*/
+    /** The table. */
     protected ListGrid dataTable;
 
 
@@ -58,9 +57,7 @@
 
 
     /**
-     * This method creates a widget that contains a table
-     *
-     * @param data The data that might be inserted.//Use this?
+     * This method creates a widget that contains a table.
      *
      * @return a panel.
      */

http://dive4elements.wald.intevation.org