[Dive4elements-commits] [PATCH] Fixed build error. Is this really supposed to work?
Wald Commits
scm-commit at wald.intevation.org
Wed May 8 17:03:04 CEST 2013
# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1368025371 -7200
# Node ID 4d526e313fa0dcf7eb1574e2c18a1f700d471204
# Parent 34392dc16546189ae5269e805f2f762126ca0c56
Fixed build error. Is this really supposed to work?
diff -r 34392dc16546 -r 4d526e313fa0 backend/src/main/java/org/dive4elements/river/importer/parsers/PRFParser.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/PRFParser.java Wed May 08 16:34:45 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/PRFParser.java Wed May 08 17:02:51 2013 +0200
@@ -89,7 +89,7 @@
public void extractData(String line, List<XY> kmData) {
int L = line.length();
if (L <= deleteChars) {
- return -1;
+ return;
}
int pos = deleteChars;
More information about the Dive4elements-commits
mailing list