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:45:58 UTC

svn commit: r1679783 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/event/ConfigurationEvent.java

Author: oheger
Date: Sat May 16 17:45:58 2015
New Revision: 1679783

URL: http://svn.apache.org/r1679783
Log:
Javadoc Errors: Invalid nesting of <p> tags.

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

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/event/ConfigurationEvent.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/event/ConfigurationEvent.java?rev=1679783&r1=1679782&r2=1679783&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/event/ConfigurationEvent.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/event/ConfigurationEvent.java Sat May 16 17:45:58 2015
@@ -28,6 +28,7 @@ package org.apache.commons.configuration
  * </p>
  * <p>
  * Each event can contain the following data:
+ * </p>
  * <ul>
  * <li>A source object, which is usually the configuration object that was
  * modified.</li>
@@ -42,11 +43,11 @@ package org.apache.commons.configuration
  * two events: one event before and one event after the modification is
  * performed. This allows event listeners to react at the correct point of time.</li>
  * </ul>
- * </p>
  * <p>
  * The following standard events are generated by typical configuration
  * implementations (the constants for the event types are defined in
  * this class:
+ * </p>
  * <dl>
  * <dt>ADD_PROPERTY</dt>
  * <dd>This event is triggered for each call of the {@code addProperty()}
@@ -65,7 +66,6 @@ package org.apache.commons.configuration
  * <dd>This event is fired when the whole configuration is cleared. The
  * corresponding event object contains no additional data.</dd>
  * </dl>
- * </p>
  *
  * @version $Id$
  * @since 1.3