aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-07-31 12:31:12 +0000
committerpeter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-07-31 12:31:12 +0000
commitdc176228408d0f57904f85f03fddd11311f67d76 (patch)
tree8a2c0f6e11e8ff1bd7ec32765432f7af39032e42
parent750d033df14f7bdbf74edadb0c7bfbe0e4ec9a6a (diff)
downloadmoa-id-spss-dc176228408d0f57904f85f03fddd11311f67d76.tar.gz
moa-id-spss-dc176228408d0f57904f85f03fddd11311f67d76.tar.bz2
moa-id-spss-dc176228408d0f57904f85f03fddd11311f67d76.zip
Fixed Javadoc
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@860 d688527b-c9ab-4aba-bd8d-4036d912da1d
-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)