comparison flys-client/src/main/java/de/intevation/flys/client/client/utils/DoubleValidator.java @ 2937:a30d77d86386

Removed trailing whitespace flys-client/trunk@4891 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 07 Jul 2012 09:37:23 +0000
parents 0ef4753e5515
children 24e9b5eb83f8
comparison
equal deleted inserted replaced
2936:a805118fffa6 2937:a30d77d86386
38 } 38 }
39 catch (NumberFormatException nfe) { 39 catch (NumberFormatException nfe) {
40 valid = false; 40 valid = false;
41 } 41 }
42 return valid; 42 return valid;
43 43
44 } 44 }
45 45
46 /** 46 /**
47 * 47 *
48 */ 48 */

http://dive4elements.wald.intevation.org