diff options
Diffstat (limited to 'common/src/at')
-rw-r--r-- | common/src/at/gv/egovernment/moa/util/DOMUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/at/gv/egovernment/moa/util/DOMUtils.java b/common/src/at/gv/egovernment/moa/util/DOMUtils.java index f0e7768be..53b1a0e48 100644 --- a/common/src/at/gv/egovernment/moa/util/DOMUtils.java +++ b/common/src/at/gv/egovernment/moa/util/DOMUtils.java @@ -219,8 +219,8 @@ public class DOMUtils { if(true == Logger.isDebugEnabled() && null != buffer) { String xmlContent = new String(buffer); Logger.debug("SAXException in:\n" + xmlContent); - throw(e); } + throw(e); } return parser.getDocument(); |