diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/LocationSelect.java @ 3284:d9af29a4bb85

Various cosmetic doc fixes. flys-artifacts/trunk@4944 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 11 Jul 2012 19:21:43 +0000
parents ee5310134463
children
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/LocationSelect.java	Wed Jul 11 16:05:24 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/LocationSelect.java	Wed Jul 11 19:21:43 2012 +0000
@@ -17,8 +17,9 @@
 
 
 /**
- * This state is used to realize the input of multiple locations as string. The
- * string should be a whitespace separated list of double values where each
+ * This state is used to realize the input of multiple locations as string.
+ *
+ * The string should be a whitespace separated list of double values where each
  * double value represents a location.
  *
  * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
@@ -33,6 +34,7 @@
     }
 
 
+    /** UI Provider (which input method should the client provide to user. */
     @Override
     protected String getUIProvider() {
         return "location_panel";
@@ -75,6 +77,7 @@
     }
 
 
+    /** Validates data from artifact. */
     @Override
     public boolean validate(Artifact artifact)
     throws IllegalArgumentException

http://dive4elements.wald.intevation.org