ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ScheduledExecutorSubclassTest.java
(Generate patch)

Comparing jsr166/src/test/tck/ScheduledExecutorSubclassTest.java (file contents):
Revision 1.46 by jsr166, Sun Oct 4 16:03:12 2015 UTC vs.
Revision 1.47 by jsr166, Mon Oct 5 20:45:41 2015 UTC

# Line 684 | Line 684 | public class ScheduledExecutorSubclassTe
684          final int count = 5;
685          final AtomicInteger ran = new AtomicInteger(0);
686          final CustomExecutor p = new CustomExecutor(poolSize);
687 <        CountDownLatch threadsStarted = new CountDownLatch(poolSize);
687 >        final CountDownLatch threadsStarted = new CountDownLatch(poolSize);
688          Runnable waiter = new CheckedRunnable() { public void realRun() {
689              threadsStarted.countDown();
690              try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines