Author: simonetripodi
Date: Sat May 28 15:48:19 2011
New Revision: 1128683
URL: http://svn.apache.org/viewvc?rev=1128683&view=rev
Log:
fixed javadoc violations
Modified:
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetPropertyRule.java
Modified:
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetPropertyRule.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetPropertyRule.java?rev=1128683&r1=1128682&r2=1128683&view=diff
==============================================================================
---
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetPropertyRule.java
(original)
+++
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/SetPropertyRule.java
Sat May 28 15:48:19 2011
@@ -64,10 +64,7 @@ public class SetPropertyRule
// --------------------------------------------------------- Public Methods
/**
- * Process the beginning of this element.
- *
- * @param attributes The attribute list of this element
- * @exception NoSuchMethodException if the bean does not have a writeable
property of the specified name
+ * {@inheritDoc}
*/
@Override
public void begin( String namespace, String name, Attributes attributes )
@@ -138,7 +135,7 @@ public class SetPropertyRule
}
/**
- * Render a printable version of this Rule.
+ * {@inheritDoc}
*/
@Override
public String toString()