comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/MorphologicalWidthParser.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 255898799ed9
children
comparison
equal deleted inserted replaced
5489:2c6f4a3c5a25 5490:b3dd14fc13a6
106 width, 106 width,
107 desc 107 desc
108 )); 108 ));
109 } 109 }
110 catch (ParseException pe) { 110 catch (ParseException pe) {
111 log.warn("MWP: Error while parsing numbers in '" + line + "'"); 111 log.warn("MWP: unparseable number in data row: " + line);
112 } 112 }
113 } 113 }
114 114
115 115
116 public List<ImportMorphWidth> getMorphologicalWidths() { 116 public List<ImportMorphWidth> getMorphologicalWidths() {

http://dive4elements.wald.intevation.org