[Dive4elements-commits] [PATCH 6 of 7] Documentation
Wald Commits
scm-commit at wald.intevation.org
Wed Dec 19 11:36:32 CET 2012
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1355913656 -3600
# Node ID e50d78334246a00916064762d435ed3e49e80e51
# Parent 45d05402b2a6dbe1c5eaf9747f3c26c738a2441e
Documentation.
diff -r 45d05402b2a6 -r e50d78334246 flys-backend/src/main/java/de/intevation/flys/importer/parsers/InfoGewParser.java
--- a/flys-backend/src/main/java/de/intevation/flys/importer/parsers/InfoGewParser.java Wed Dec 19 11:40:19 2012 +0100
+++ b/flys-backend/src/main/java/de/intevation/flys/importer/parsers/InfoGewParser.java Wed Dec 19 11:40:56 2012 +0100
@@ -19,6 +19,8 @@
import de.intevation.flys.importer.ImportRiver;
+
+/** Processes files mentioned in an info file for a river. */
public class InfoGewParser
{
private static Logger log = Logger.getLogger(InfoGewParser.class);
@@ -55,6 +57,7 @@
return f.replace("\\", "/").replace("/", File.separator);
}
+ /* Handle a gew, wst, or bb_info file. */
public void parse(File file) throws IOException {
LineNumberReader in = null;
More information about the Dive4elements-commits
mailing list