diff options
Diffstat (limited to 'common/src/at/gv/egovernment/moa/util/DOMUtils.java')
-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 d2e5e2195..9987974aa 100644 --- a/common/src/at/gv/egovernment/moa/util/DOMUtils.java +++ b/common/src/at/gv/egovernment/moa/util/DOMUtils.java @@ -486,7 +486,7 @@ public class DOMUtils { * * @param node The node to serialize. * @param xmlEncoding The XML encoding to use. - * @param omitXmlDeclaration The boolean value for omitting the XML Declaration. + * @param omitDeclaration The boolean value for omitting the XML Declaration. * @return The serialized node, as a byte array. Using a compatible encoding * this can easily be converted into a <code>String</code>. * @throws TransformerException An error occurred transforming the node to a |