summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com/yahoo/concurrent/ExecutorsTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'vespajlib/src/test/java/com/yahoo/concurrent/ExecutorsTestCase.java')
-rw-r--r--vespajlib/src/test/java/com/yahoo/concurrent/ExecutorsTestCase.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespajlib/src/test/java/com/yahoo/concurrent/ExecutorsTestCase.java b/vespajlib/src/test/java/com/yahoo/concurrent/ExecutorsTestCase.java
index 88413f4975f..0666a085d51 100644
--- a/vespajlib/src/test/java/com/yahoo/concurrent/ExecutorsTestCase.java
+++ b/vespajlib/src/test/java/com/yahoo/concurrent/ExecutorsTestCase.java
@@ -13,6 +13,7 @@ import java.util.concurrent.*;
import java.util.concurrent.atomic.AtomicInteger;
public class ExecutorsTestCase {
+
static private class Runner implements Runnable {
static private AtomicInteger threadCount = new AtomicInteger(0);
static private class ThreadId extends ThreadLocal<Integer> {