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/14 17:18:49 UTC

svn commit: r1103132 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/LinkedRuleBuilder.java

Author: simonetripodi
Date: Sat May 14 15:18:49 2011
New Revision: 1103132

URL: http://svn.apache.org/viewvc?rev=1103132&view=rev
Log:
fixed setBeanProperty() method javadoc

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

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/LinkedRuleBuilder.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/LinkedRuleBuilder.java?rev=1103132&r1=1103131&r2=1103132&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/LinkedRuleBuilder.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/binder/LinkedRuleBuilder.java Sat May 14 15:18:49 2011
@@ -47,7 +47,8 @@ public final class LinkedRuleBuilder
     }
 
     /**
-     * {@inheritDoc}
+     * Construct rule that automatically sets a property from the body text, taking the property
+     * name the same as the current element.
      */
     public BeanPropertySetterBuilder setBeanProperty()
     {