Author: simonetripodi
Date: Sun May 29 01:04:12 2011
New Revision: 1128797
URL: http://svn.apache.org/viewvc?rev=1128797&view=rev
Log:
fixed javadoc violations
Modified:
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/AnnotationHandler.java
Modified:
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/AnnotationHandler.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/AnnotationHandler.java?rev=1128797&r1=1128796&r2=1128797&view=diff
==============================================================================
---
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/AnnotationHandler.java
(original)
+++
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/AnnotationHandler.java
Sun May 29 01:04:12 2011
@@ -40,7 +40,7 @@ public interface AnnotationHandler<A ext
*
* @param annotation the current visited annotation.
* @param element the current visited annotated element.
- * @param ruleModule the annotations {@code RulesModule} where providers
have to be
+ * @param rulesBinder the annotations {@code RulesBinder} where providers
have to be
* added.
*/
void handle( A annotation, E element, RulesBinder rulesBinder );