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:49:56 UTC

svn commit: r1679793 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/fluent/package-info.java

Author: oheger
Date: Sat May 16 17:49:56 2015
New Revision: 1679793

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

Modified:
    commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/fluent/package-info.java

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/fluent/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/fluent/package-info.java?rev=1679793&r1=1679792&r2=1679793&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/fluent/package-info.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/fluent/package-info.java Sat May 16 17:49:56 2015
@@ -28,6 +28,7 @@
  * initialization properties.
  * </p>
  * <h3>Important note</h3>
+ * <p>
  * <strong>This package contains a number of interfaces that reflect the
  * initialization parameters available for supported configuration implementations.
  * These interfaces are not intended to be implemented by client code! When new