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:41:17 UTC

svn commit: r1679772 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/EventListenerParameters.java

Author: oheger
Date: Sat May 16 17:41:17 2015
New Revision: 1679772

URL: http://svn.apache.org/r1679772
Log:
Javadoc error: Incorrect nesting of <p> tags.

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

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/EventListenerParameters.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/EventListenerParameters.java?rev=1679772&r1=1679771&r2=1679772&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/EventListenerParameters.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/builder/EventListenerParameters.java Sat May 16 17:41:17 2015
@@ -39,6 +39,7 @@ import org.apache.commons.configuration2
  * </p>
  * <p>
  * The code fragment below shows a typical usage scenario:
+ * </p>
  *
  * <pre>
  * BasicConfigurationBuilder&lt;Configuration&gt; builder =
@@ -48,7 +49,6 @@ import org.apache.commons.configuration2
  *                         ConfigurationEvent.ANY, myListener));
  * </pre>
  *
- * </p>
  * <p>
  * In order to support a configuration builder's {@code configure()} method,
  * this class implements the {@code BuilderParameters} interface. However, this