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 2010/09/05 09:49:26 UTC

svn commit: r992719 - /commons/proper/digester/trunk/src/main/java/org/apache/commons/digester/annotations/spi/AnnotationRuleProviderFactory.java

Author: simonetripodi
Date: Sun Sep  5 07:49:25 2010
New Revision: 992719

URL: http://svn.apache.org/viewvc?rev=992719&view=rev
Log:
fixed javadoc warnings

Modified:
    commons/proper/digester/trunk/src/main/java/org/apache/commons/digester/annotations/spi/AnnotationRuleProviderFactory.java

Modified: commons/proper/digester/trunk/src/main/java/org/apache/commons/digester/annotations/spi/AnnotationRuleProviderFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/main/java/org/apache/commons/digester/annotations/spi/AnnotationRuleProviderFactory.java?rev=992719&r1=992718&r2=992719&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/main/java/org/apache/commons/digester/annotations/spi/AnnotationRuleProviderFactory.java (original)
+++ commons/proper/digester/trunk/src/main/java/org/apache/commons/digester/annotations/spi/AnnotationRuleProviderFactory.java Sun Sep  5 07:49:25 2010
@@ -32,11 +32,9 @@ import org.apache.commons.digester.annot
 public interface AnnotationRuleProviderFactory {
 
     /**
-     * Return an instance of the specified type.
+     * Return an {@link AnnotationRuleProvider} instance of the specified type.
      *
-     * @param <A>
-     * @param <E>
-     * @param <R>
+     * @param <T> the {@link AnnotationRuleProvider} type.
      * @param type the class of the object to be returned.
      * @return an instance of the specified class.
      * @throws DigesterLoadingException if any error occurs while creating the