comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/FlowVelocityMeasurementParser.java @ 5490:b3dd14fc13a6

Parsers: do not call warnings error
author Tom Gottfried <tom.gottfried@intevation.de>
date Thu, 28 Mar 2013 10:06:44 +0100
parents f63b39799d2d
children 91a2ddffea47
comparison
equal deleted inserted replaced
5489:2c6f4a3c5a25 5490:b3dd14fc13a6
94 new BigDecimal(v), 94 new BigDecimal(v),
95 description 95 description
96 )); 96 ));
97 } 97 }
98 catch (ParseException pe) { 98 catch (ParseException pe) {
99 log.warn("Error while parsing flow velocity values.", pe); 99 log.warn("Unparseable flow velocity values:", pe);
100 } 100 }
101 } 101 }
102 } 102 }
103 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 103 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org