[Dive4elements-commits] [PATCH 03 of 13] Fixed typo in total sediment load facet type
Wald Commits
scm-commit at wald.intevation.org
Wed Nov 14 17:26:29 CET 2012
# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1352908798 -3600
# Node ID 457b5444c7d73df29d5bd6ee9ce970829577ec8f
# Parent a0a9a5e275b5e1b468d39d61ce4092ea5d7e372a
Fixed typo in total sediment load facet type.
diff -r a0a9a5e275b5 -r 457b5444c7d7 flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java Wed Nov 14 16:58:07 2012 +0100
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java Wed Nov 14 16:59:58 2012 +0100
@@ -260,7 +260,7 @@
String SEDIMENT_LOAD_SUSP_SAND = "sedimentload.susp_sand";
String SEDIMENT_LOAD_SUSP_SAND_BED = "sedimentload.susp_sand_bed";
String SEDIMENT_LOAD_SUSP_SEDIMENT = "sedimentload.susp_sediment";
- String SEDIMENT_LOAD_TOTAL = "sediemntload.total";
+ String SEDIMENT_LOAD_TOTAL = "sedimentload.total";
String SQ_OVERVIEW = "sq_overview";
More information about the Dive4elements-commits
mailing list