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()
     {


Reply via email to