summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-08-22 15:00:08 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-08-22 15:00:08 +0200
commitd503773b68f9f89a5607749e822c9dcbeba12dfc (patch)
tree379669b34d477bf911b4155e365b56d60e22226f /vespajlib
parent5fb8e66dbd2d6e02a64a054e147ac7214943d563 (diff)
Handle inherited variants with different dimensions
Diffstat (limited to 'vespajlib')
-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> {