You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2015/05/16 19:48:44 UTC

svn commit: r1679790 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeAddData.java

Author: oheger
Date: Sat May 16 17:48:43 2015
New Revision: 1679790

URL: http://svn.apache.org/r1679790
Log:
Javadoc error: Unexpected end tag.

Modified:
    commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeAddData.java

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeAddData.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeAddData.java?rev=1679790&r1=1679789&r2=1679790&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeAddData.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/NodeAddData.java Sat May 16 17:48:43 2015
@@ -37,6 +37,7 @@ import java.util.List;
  * </p>
  * <p>
  * Information managed by this class contains:
+ * </p>
  * <ul>
  * <li>the configuration node, to which new elements must be added</li>
  * <li>the name of the new node</li>
@@ -44,7 +45,6 @@ import java.util.List;
  * <li>if a whole branch is to be added at once, the names of all nodes between
  * the parent node (the target of the add operation) and the new node</li>
  * </ul>
- * </p>
  *
  * @since 1.3
  * @version $Id$