gdamour 2004/08/04 00:17:14
Modified: modules/timer/src/java/org/apache/geronimo/timer ExecutorFeedingTimerTask.java Log: Remove TODO item. Revision Changes Path 1.3 +1 -4 incubator-geronimo/modules/timer/src/java/org/apache/geronimo/timer/ExecutorFeedingTimerTask.java Index: ExecutorFeedingTimerTask.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/timer/src/java/org/apache/geronimo/timer/ExecutorFeedingTimerTask.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ExecutorFeedingTimerTask.java 21 Jul 2004 03:53:44 -0000 1.2 +++ ExecutorFeedingTimerTask.java 4 Aug 2004 07:17:13 -0000 1.3 @@ -17,7 +17,6 @@ package org.apache.geronimo.timer; -import java.util.Date; import java.util.TimerTask; import javax.transaction.RollbackException; @@ -55,8 +54,6 @@ } public boolean cancel() { - // TODO double-check if this is indeed the mechanism use to raise - // a NoSuchObjectLocalException exception. threadPooledTimer.removeWorkInfo(workInfo); try { threadPooledTimer.registerSynchronization(new CancelSynchronization(this));