[Dive4elements-commits] [PATCH 2 of 2] Backend: Extended list of recognized main value names in STA/official line classification
Wald Commits
scm-commit at wald.intevation.org
Fri Jun 14 12:32:34 CEST 2013
# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1371205948 -7200
# Node ID 9231940bd1923732d2e5f5b559dc5705c18728eb
# Parent b58a71a5720c160d7d8b74dba08bf29bbb9a0b24
Backend: Extended list of recognized main value names in STA/official line classification
diff -r b58a71a5720c -r 9231940bd192 backend/src/main/java/org/dive4elements/river/importer/parsers/NameAndTimeInterval.java
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/NameAndTimeInterval.java Fri Jun 14 12:30:38 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/NameAndTimeInterval.java Fri Jun 14 12:32:28 2013 +0200
@@ -22,7 +22,7 @@
// TODO: To be extented.
private static final Pattern MAIN_VALUE = Pattern.compile(
- "^(HQ|MHW|GLQ|NMQ|HQEXT)(\\d*)$");
+ "^(HQ|HSQ|MHW|GLQ|NMQ|HQEXT)(\\d*)$");
private String name;
private ImportTimeInterval timeInterval;
More information about the Dive4elements-commits
mailing list