Author: psteitz
Date: Sun Jan  6 16:17:31 2008
New Revision: 609478

URL: http://svn.apache.org/viewvc?rev=609478&view=rev
Log:
Javadoc.

Modified:
    
commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/impl/EvictionTimer.java

Modified: 
commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/impl/EvictionTimer.java
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/impl/EvictionTimer.java?rev=609478&r1=609477&r2=609478&view=diff
==============================================================================
--- 
commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/impl/EvictionTimer.java
 (original)
+++ 
commons/proper/pool/branches/1_4_RELEASE_BRANCH/src/java/org/apache/commons/pool/impl/EvictionTimer.java
 Sun Jan  6 16:17:31 2008
@@ -62,8 +62,6 @@
     /**
      * Remove the specified eviction task from the timer.
      * @param task      Task to be scheduled
-     * @param delay     Delay in milliseconds before task is executed
-     * @param period    Time in milliseconds between executions
      */
     static synchronized void cancel(TimerTask task) {
         task.cancel();


Reply via email to