Skip to content

Commit

Permalink
Make sure that CustomCommandInvoker in ParallelMultiInstanceAsyncNonE…
Browse files Browse the repository at this point in the history
…xclusiveTest compiles
  • Loading branch information
filiphr committed Nov 15, 2023
1 parent b795350 commit 5a695cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ protected static class CustomCommandInvoker extends CommandInvoker {
protected CountDownLatch executeAsyncRunnableLatch;

protected CustomCommandInvoker() {
super(((commandContext, runnable) -> runnable.run()), null);
super(((commandContext, runnable) -> runnable.run()));
}

@Override
Expand Down

0 comments on commit 5a695cd

Please sign in to comment.