* java/util/Timer (TaskQueue.stop): set elements to zero.
From-SVN: r50254
This commit is contained in:
committed by
Mark Wielaard
parent
41c78c8833
commit
de2467532d
@@ -293,6 +293,7 @@ public class Timer
|
||||
public synchronized void stop()
|
||||
{
|
||||
this.heap = null;
|
||||
this.elements = 0;
|
||||
this.notify();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user