comparison backend/src/main/java/org/dive4elements/river/importer/parsers/BedHeightParser.java @ 7250:8b8a10805c02

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 05 Oct 2013 12:17:23 +0200
parents b5e0b28c1516
children c894b7b45c4c
comparison
equal deleted inserted replaced
7249:b5e0b28c1516 7250:8b8a10805c02
250 try { 250 try {
251 obj.setSoundingWidth(Integer.valueOf(tmp)); 251 obj.setSoundingWidth(Integer.valueOf(tmp));
252 return true; 252 return true;
253 } 253 }
254 catch (NumberFormatException e) { 254 catch (NumberFormatException e) {
255 log.warn("BHP: Could not parse sounding width in line '" + line + 255 log.warn("BHP: Could not parse sounding width in line '" + line +
256 "'. -> Set default value '0'"); 256 "'. -> Set default value '0'");
257 } 257 }
258 obj.setSoundingWidth(0); 258 obj.setSoundingWidth(0);
259 return true; 259 return true;
260 } 260 }

http://dive4elements.wald.intevation.org