Author: skitching
Date: Thu Apr 27 03:33:04 2006
New Revision: 397515

URL: http://svn.apache.org/viewcvs?rev=397515&view=rev
Log:
Minor javadoc update on clear method.

Modified:
    
jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java

Modified: 
jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java?rev=397515&r1=397514&r2=397515&view=diff
==============================================================================
--- 
jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
 (original)
+++ 
jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/Digester.java
 Thu Apr 27 03:33:04 2006
@@ -2559,7 +2559,8 @@
 
 
     /**
-     * Clear the current contents of the object stack.
+     * Clear the current contents of the default object stack, the param stack,
+     * all named stacks, and other internal variables. 
      * <p>
      * Calling this method <i>might</i> allow another document of the same type
      * to be correctly parsed. However this method was not intended for this 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to