diff flys-client/src/main/java/de/intevation/flys/client/client/ui/RangeTableFilter.java @ 2905:51ed89b754ae

FLYS client: Removed trailing whitespace. flys-client/trunk@4671 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:35:37 +0000
parents 4f4d29404dba
children 03de5c424f95
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/RangeTableFilter.java	Fri Jun 15 07:14:45 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/RangeTableFilter.java	Fri Jun 15 09:35:37 2012 +0000
@@ -69,7 +69,7 @@
     public void onKeyUp(KeyUpEvent event) {
         DoubleValidator validator = new DoubleValidator();
         Map errors = filterForm.getErrors();
-        if(event.getItem().getValue() != null && 
+        if(event.getItem().getValue() != null &&
            !validator.validate(event.getItem(), errors)) {
             filterForm.setErrors(errors, true);
             GWT.log("no valid input!");

http://dive4elements.wald.intevation.org