Fix flux tests

This commit is contained in:
Ilkka Seppälä
2020-07-30 18:07:34 +03:00
parent 981985531d
commit 0f35681674

View File

@ -37,7 +37,7 @@ import java.util.List;
*/ */
public final class Dispatcher { public final class Dispatcher {
private static final Dispatcher instance = new Dispatcher(); private static Dispatcher instance = new Dispatcher();
private final List<Store> stores = new LinkedList<>(); private final List<Store> stores = new LinkedList<>();