You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/05/28 18:10:09 UTC

svn commit: r1128695 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java

Author: simonetripodi
Date: Sat May 28 16:10:09 2011
New Revision: 1128695

URL: http://svn.apache.org/viewvc?rev=1128695&view=rev
Log:
fixed javadoc violations

Modified:
    commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java?rev=1128695&r1=1128694&r2=1128695&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetNestedPropertiesRule.java Sat May 28 16:10:09 2011
@@ -251,7 +251,8 @@ public class SetNestedPropertiesRule
      * <p>
      * The default value of this attribute is false (unknown child elements are not allowed).
      *
-     * @param flag to ignore any child element for which there is no corresponding object property
+     * @param allowUnknownChildElements flag to ignore any child element for which there is no corresponding
+     *        object property
      */
     public void setAllowUnknownChildElements( boolean allowUnknownChildElements )
     {