diff flys-client/src/main/java/de/intevation/flys/client/shared/model/DataList.java @ 1296:c087137a8584

Cosmetics. flys-client/trunk@2917 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 10 Oct 2011 09:06:01 +0000
parents a7179e3a774e
children 69a498896c9c
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/shared/model/DataList.java	Mon Oct 10 06:42:28 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/shared/model/DataList.java	Mon Oct 10 09:06:01 2011 +0000
@@ -9,16 +9,16 @@
  */
 public class DataList implements Serializable, Cloneable {
 
-    /** The list of Data objects managed by this list.*/
+    /** The list of Data objects managed by this list. */
     protected List<Data> data;
 
-    /** The name of the state that this list belongs to.*/
+    /** The name of the state that this list belongs to. */
     protected String state;
 
-    /** The name of a UIProvider that is recommended to render this DataList.*/
+    /** The name of a UIProvider that is recommended to render this DataList. */
     protected String uiprovider;
 
-    /** The label that should be used to label data objects.*/
+    /** The label that should be used to label data objects. */
     protected String label;
 
 

http://dive4elements.wald.intevation.org