Skip to content

Commit 0f35681

Browse files
committed
Fix flux tests
1 parent 9819855 commit 0f35681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flux/src/main/java/com/iluwatar/flux/dispatcher/Dispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*/
3838
public final class Dispatcher {
3939

40-
private static final Dispatcher instance = new Dispatcher();
40+
private static Dispatcher instance = new Dispatcher();
4141

4242
private final List<Store> stores = new LinkedList<>();
4343

0 commit comments

Comments
 (0)