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:36:19 UTC

svn commit: r1679759 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/CombinedConfiguration.java

Author: oheger
Date: Sat May 16 17:36:19 2015
New Revision: 1679759

URL: http://svn.apache.org/r1679759
Log:
Javadoc errors: Unexpected end tags.

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

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/CombinedConfiguration.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/CombinedConfiguration.java?rev=1679759&r1=1679758&r2=1679759&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/CombinedConfiguration.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/CombinedConfiguration.java Sat May 16 17:36:19 2015
@@ -83,7 +83,6 @@ import org.apache.commons.configuration2
  * on the current {@link NodeCombiner} and the involved properties, the results
  * may be different than expected. Some examples may illustrate this:
  * </p>
- * <p>
  * <ul>
  * <li>Imagine a {@code CombinedConfiguration} <em>cc</em> containing two child
  * configurations with the following content:
@@ -151,6 +150,7 @@ import org.apache.commons.configuration2
  * when the {@code CombinedConfiguration} is re-constructed, this change is
  * taken into account.)</li>
  * </ul>
+ * <p>
  * Because of such problems it is recommended to perform updates only on the
  * managed child configurations.
  * </p>