From f97bb9de2ac0bef53045507a69d82352ace4198e Mon Sep 17 00:00:00 2001 From: pjain Date: Tue, 26 Nov 1996 21:17:27 +0000 Subject: Made a small change in accordancw with the change to TimerQueue. We now need to pass in an argument (a flag) at the creation time of TimerQueue indicating whether or not to create an internal thread. --- java/tests/Reactor/TimerQueueTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/tests') diff --git a/java/tests/Reactor/TimerQueueTest.java b/java/tests/Reactor/TimerQueueTest.java index d0a1ae5a2af..114125c25f9 100644 --- a/java/tests/Reactor/TimerQueueTest.java +++ b/java/tests/Reactor/TimerQueueTest.java @@ -26,7 +26,7 @@ public class TimerQueueTest implements EventHandler public static void main (String args []) { - TimerQueue tq = new TimerQueue (); + TimerQueue tq = new TimerQueue (true); TimerQueueTest th1 = new TimerQueueTest (); int n = 5; -- cgit v1.2.1