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 2011/05/25 15:08:26 UTC

svn commit: r1127511 - /commons/sandbox/digester3/trunk/src/test/java/org/apache/commons/digester3/xmlrules/ThrowExceptionCreationFactory.java

Author: simonetripodi
Date: Wed May 25 13:08:25 2011
New Revision: 1127511

URL: http://svn.apache.org/viewvc?rev=1127511&view=rev
Log:
added factory RAW type

Modified:
    commons/sandbox/digester3/trunk/src/test/java/org/apache/commons/digester3/xmlrules/ThrowExceptionCreationFactory.java

Modified: commons/sandbox/digester3/trunk/src/test/java/org/apache/commons/digester3/xmlrules/ThrowExceptionCreationFactory.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/java/org/apache/commons/digester3/xmlrules/ThrowExceptionCreationFactory.java?rev=1127511&r1=1127510&r2=1127511&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/java/org/apache/commons/digester3/xmlrules/ThrowExceptionCreationFactory.java (original)
+++ commons/sandbox/digester3/trunk/src/test/java/org/apache/commons/digester3/xmlrules/ThrowExceptionCreationFactory.java Wed May 25 13:08:25 2011
@@ -28,7 +28,7 @@ import org.xml.sax.Attributes;
  */
 
 public class ThrowExceptionCreationFactory
-    extends AbstractObjectCreationFactory
+    extends AbstractObjectCreationFactory<Object>
 {
 
     @Override