comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/WaterlevelDifferencesParser.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 731030b69c7e
children
comparison
equal deleted inserted replaced
5489:2c6f4a3c5a25 5490:b3dd14fc13a6
183 columns[i].addColumnValue( 183 columns[i].addColumnValue(
184 new BigDecimal(station), 184 new BigDecimal(station),
185 new BigDecimal(nf.parse(value).doubleValue())); 185 new BigDecimal(nf.parse(value).doubleValue()));
186 } 186 }
187 catch (ParseException pe) { 187 catch (ParseException pe) {
188 log.warn("Error while parsing value: '" + value + "'"); 188 log.warn("Could not parse value: '" + value + "'");
189 } 189 }
190 } 190 }
191 } 191 }
192 catch (ParseException pe) { 192 catch (ParseException pe) {
193 log.warn("Error while parsing station: '" + line + "'"); 193 log.warn("Could not parse station: '" + line + "'");
194 } 194 }
195 } 195 }
196 } 196 }
197 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 197 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org