Mercurial > dive4elements > river
diff flys-aft/src/main/java/de/intevation/aft/DIPSGauge.java @ 4736:b195fede1c3b
Remove trailing whitespace.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Wed, 02 Jan 2013 13:18:31 +0100 |
parents | 83c72bc07591 |
children | f939e1e6cfa4 |
line wrap: on
line diff
--- a/flys-aft/src/main/java/de/intevation/aft/DIPSGauge.java Tue Jan 01 13:54:08 2013 +0100 +++ b/flys-aft/src/main/java/de/intevation/aft/DIPSGauge.java Wed Jan 02 13:18:31 2013 +0100 @@ -40,7 +40,7 @@ value = Double.parseDouble(element.getAttribute("WERT")); String dateString = element.getAttribute("GUELTIGAB"); if (dateString.length() == 0) { - throw + throw new IllegalArgumentException("missing GUELTIGAB attribute"); } Matcher m = DATE_PATTERN.matcher(dateString);