Author: simonetripodi
Date: Mon May 30 06:53:02 2011
New Revision: 1129007
URL: http://svn.apache.org/viewvc?rev=1129007&view=rev
Log:
minor javadoc
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=1129007&r1=1129006&r2=1129007&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
Mon May 30 06:53:02 2011
@@ -40,8 +40,7 @@ public interface AnnotationHandler<A ext
*
* @param annotation the current visited annotation.
* @param element the current visited annotated element.
- * @param rulesBinder the annotations {@code RulesBinder} where providers
have to be
- * added.
+ * @param rulesBinder the annotations {@code RulesBinder} where rules have
to be bound.
*/
void handle( A annotation, E element, RulesBinder rulesBinder );