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:39:42 UTC

svn commit: r1679768 - /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.java

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

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

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

Modified: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.java
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.java?rev=1679768&r1=1679767&r2=1679768&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.java (original)
+++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.java Sat May 16 17:39:41 2015
@@ -41,7 +41,6 @@ import org.apache.commons.lang3.StringUt
  * configuration file. Such a declaration must look like the following example
  * fragment:
  * </p>
- * <p>
  *
  * <pre>
  *   ...
@@ -54,11 +53,11 @@ import org.apache.commons.lang3.StringUt
  *   &lt;/personBean&gt;
  * </pre>
  *
- * </p>
  * <p>
  * The bean declaration can be contained in an arbitrary element. Here it is the
  * {@code personBean} element. In the attributes of this element
  * there can occur some reserved attributes, which have the following meaning:
+ * </p>
  * <dl>
  * <dt>{@code config-class}</dt>
  * <dd>Here the full qualified name of the bean's class can be specified. An
@@ -75,7 +74,6 @@ import org.apache.commons.lang3.StringUt
  * <dd>With this attribute a parameter can be specified that will be passed to
  * the bean factory. This may be useful for custom bean factories.</dd>
  * </dl>
- * </p>
  * <p>
  * All further attributes starting with the {@code config-} prefix are
  * considered as meta data and will be ignored. All other attributes are treated