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/28 15:02:58 UTC

svn commit: r1128630 - /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/Digester.java

Author: simonetripodi
Date: Sat May 28 13:02:58 2011
New Revision: 1128630

URL: http://svn.apache.org/viewvc?rev=1128630&view=rev
Log:
fixed handler @param name

Modified:
    commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/Digester.java

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/Digester.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/Digester.java?rev=1128630&r1=1128629&r2=1128630&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/Digester.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/Digester.java Sat May 28 13:02:58 2011
@@ -853,7 +853,7 @@ public class Digester
      * at the digester level.</li>
      * </ul>
      *
-     * @param the custom SAX ContentHandler where events are redirected.
+     * @param handler the custom SAX ContentHandler where events are redirected.
      * @since 1.7
      */
     public void setCustomContentHandler( ContentHandler handler )