comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/SedimentDensityParser.java @ 3942:43aa1ac8614b

Removed trailing whitespace. flys-backend/trunk@5510 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 18 Sep 2012 15:58:28 +0000
parents aed7aba93718
children f63b39799d2d
comparison
equal deleted inserted replaced
3941:3de4ac5ccee8 3942:43aa1ac8614b
115 115
116 if (m.matches()) { 116 if (m.matches()) {
117 String lo = m.group(1); 117 String lo = m.group(1);
118 String up = m.group(2); 118 String up = m.group(2);
119 String unit = m.group(4); 119 String unit = m.group(4);
120 120
121 log.info("Found sediment density depth: " + lo + " - " + up + " " + unit); 121 log.info("Found sediment density depth: " + lo + " - " + up + " " + unit);
122 122
123 try { 123 try {
124 ImportDepth depth = new ImportDepth( 124 ImportDepth depth = new ImportDepth(
125 new BigDecimal(nf.parse(lo).doubleValue()), 125 new BigDecimal(nf.parse(lo).doubleValue()),

http://dive4elements.wald.intevation.org