diff flys-client/src/main/java/de/intevation/flys/client/client/utils/DoubleValidator.java @ 3351:24e9b5eb83f8

Cosmetics. flys-client/trunk@5033 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 18 Jul 2012 09:56:24 +0000
parents a30d77d86386
children
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/utils/DoubleValidator.java	Wed Jul 18 08:22:17 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/utils/DoubleValidator.java	Wed Jul 18 09:56:24 2012 +0000
@@ -43,8 +43,10 @@
 
     }
 
+
     /**
-     *
+     * @return true if items value can be converted to double, if false,
+     *         expect error message in \param errors map.
      */
     public boolean validate(FormItem item, Map errors) {
         boolean valid = true;
@@ -75,4 +77,5 @@
         return valid;
     }
 }
+// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
 

http://dive4elements.wald.intevation.org