changeset 8821:a02204997546

Fix D4E framework API-call.
author Tom Gottfried <tom@intevation.de>
date Mon, 15 May 2017 16:36:39 +0200
parents 6d25d8f81168
children cd8fce40f151
files backend/src/main/java/org/dive4elements/river/importer/Importer.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/backend/src/main/java/org/dive4elements/river/importer/Importer.java	Mon May 15 16:23:27 2017 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/Importer.java	Mon May 15 16:36:39 2017 +0200
@@ -118,7 +118,7 @@
             return null;
         }
 
-        Document rules = XMLUtils.parseDocument(file);
+        Document rules = XMLUtils.parseDocument(file, false, null);
 
         if (rules == null) {
             log.warn("cannot parse annotation types file.");

http://dive4elements.wald.intevation.org