Author: simonetripodi
Date: Mon May 30 06:54:07 2011
New Revision: 1129008
URL: http://svn.apache.org/viewvc?rev=1129008&view=rev
Log:
fixed @throws declaration
Modified:
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/AnnotationHandlerFactory.java
Modified:
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/AnnotationHandlerFactory.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/AnnotationHandlerFactory.java?rev=1129008&r1=1129007&r2=1129008&view=diff
==============================================================================
---
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/AnnotationHandlerFactory.java
(original)
+++
commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/annotations/AnnotationHandlerFactory.java
Mon May 30 06:54:07 2011
@@ -36,8 +36,7 @@ public interface AnnotationHandlerFactor
* @param <H>
* @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
- * {@code type} instance.
+ * @throws Exception if any error occurs while creating the {@link
AnnotationHandler} instance.
*/
<H extends AnnotationHandler<? extends Annotation, ? extends
AnnotatedElement>> H newInstance( Class<H> type )
throws Exception;