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:35:12 UTC

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

Author: oheger
Date: Sat May 16 17:35:12 2015
New Revision: 1679756

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

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

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java?rev=1679756&r1=1679755&r2=1679756&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java Sat May 16 17:35:12 2015
@@ -57,7 +57,7 @@ import org.apache.commons.logging.impl.N
  * implement only abstract methods from this class. A lot of functionality
  * needed by typical implementations of the {@code Configuration}
  * interface is already provided by this base class. Following is a list of
- * features implemented here:
+ * features implemented here:</p>
  * <ul><li>Data conversion support. The various data types required by the
  * {@code Configuration} interface are already handled by this base class.
  * A concrete sub class only needs to provide a generic {@code getProperty()}
@@ -85,7 +85,7 @@ import org.apache.commons.logging.impl.N
  * constants to get an impression about which event types are supported.</li>
  * <li>Support for proper synchronization based on the {@link Synchronizer}
  * interface.</li>
- * </ul></p>
+ * </ul>
  * <p>
  * Most methods defined by the {@code Configuration} interface are already
  * implemented in this class. Many method implementations perform basic