comparison backend/src/main/java/org/dive4elements/river/importer/parsers/BedHeightParser.java @ 7376:4b26fd60105f

Replaced more tabs with spaces + minor cosmetics (removed out commented code from double precision branch).
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 17 Oct 2013 15:26:12 +0200
parents 2ce7bacc940f
children c4b290a2fc56
comparison
equal deleted inserted replaced
7375:450582bcad75 7376:4b26fd60105f
335 335
336 if (m.matches()) { 336 if (m.matches()) {
337 String tmp = m.group(1).replace(";", "").trim(); 337 String tmp = m.group(1).replace(";", "").trim();
338 338
339 BedHeightType bht = BedHeightType.fetchBedHeightTypeForType( 339 BedHeightType bht = BedHeightType.fetchBedHeightTypeForType(
340 tmp, ImporterSession.getInstance().getDatabaseSession()); 340 tmp,
341 ImporterSession.getInstance().getDatabaseSession());
341 342
342 if (bht != null) { 343 if (bht != null) {
343 obj.setType(new ImportBedHeightType(bht)); 344 obj.setType(new ImportBedHeightType(bht));
344 return true; 345 return true;
345 } 346 }

http://dive4elements.wald.intevation.org