comparison backend/src/main/java/org/dive4elements/river/importer/parsers/SedimentYieldParser.java @ 5992:4c3ccf2b0304

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 12 May 2013 18:08:41 +0200
parents 1830dae8cb9b
children 231baa52daa3
comparison
equal deleted inserted replaced
5991:6f80d5f375fd 5992:4c3ccf2b0304
1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde 1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
2 * Software engineering by Intevation GmbH 2 * Software engineering by Intevation GmbH
3 * 3 *
4 * This file is Free Software under the GNU AGPL (>=v3) 4 * This file is Free Software under the GNU AGPL (>=v3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the 5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
6 * documentation coming with Dive4Elements River for details. 6 * documentation coming with Dive4Elements River for details.
7 */ 7 */
8 8
9 package org.dive4elements.river.importer.parsers; 9 package org.dive4elements.river.importer.parsers;
10 10
11 import java.io.File; 11 import java.io.File;
352 value 352 value
353 ); 353 );
354 } 354 }
355 } 355 }
356 catch (ParseException pe) { 356 catch (ParseException pe) {
357 log.warn("SYP: Could not parse ranges of: '" + gfStr + "'"); 357 log.warn("SYP: Could not parse ranges of: '" + gfStr + "'");
358 } 358 }
359 } 359 }
360 360
361 log.warn("SYP: Unknown grain fraction: '" + gfStr + "'"); 361 log.warn("SYP: Unknown grain fraction: '" + gfStr + "'");
362 362

http://dive4elements.wald.intevation.org