comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/uinfo/ValidationBehaviourSingleMultiInputItem.java @ 9267:c7e5285d434f

bundu bezugswst work
author gernotbelger
date Wed, 18 Jul 2018 15:34:53 +0200
parents 6c24c857ccf9
children 7337034eb5d5
comparison
equal deleted inserted replaced
9266:465347d12990 9267:c7e5285d434f
63 63
64 try { 64 try {
65 Integer.parseInt(sValue); 65 Integer.parseInt(sValue);
66 } 66 }
67 catch (final NumberFormatException e) { 67 catch (final NumberFormatException e) {
68
68 errors.add(this.MSG.wrongFormat() + ": " + sValue); 69 errors.add(this.MSG.wrongFormat() + ": " + sValue);
69 70
70 } 71 }
71 return errors; 72 return errors;
72 } 73 }

http://dive4elements.wald.intevation.org