aboutsummaryrefslogtreecommitdiff
path: root/common/src/at/gv/egovernment/moa/util/DOMUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/at/gv/egovernment/moa/util/DOMUtils.java')
-rw-r--r--common/src/at/gv/egovernment/moa/util/DOMUtils.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/src/at/gv/egovernment/moa/util/DOMUtils.java b/common/src/at/gv/egovernment/moa/util/DOMUtils.java
index 9987974aa..ac22b4310 100644
--- a/common/src/at/gv/egovernment/moa/util/DOMUtils.java
+++ b/common/src/at/gv/egovernment/moa/util/DOMUtils.java
@@ -717,10 +717,10 @@ public class DOMUtils {
* cloned.
* @throws ParserConfigurationException An error occurred creating the
* DocumentFragment.
- * @precondition The nodes in the node list appear in document order.
- * @precondition For each Attr node in the node list, the owning Element is
+ * @precondition The nodes in the node list appear in document order
+ * @precondition for each Attr node in the node list, the owning Element is
* in the node list as well.
- * @precondition Each Element or Attr node in the node list is namespace
+ * @precondition each Element or Attr node in the node list is namespace
* aware.
*/
public static DocumentFragment nodeList2DocumentFragment(NodeList nodeList)