Skip to content

Commit

Permalink
Fix paramvalidator
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Jun 6, 2022
1 parent 3d11e67 commit 6d985df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ public void checkParallelFlowable() {
for (Class<?> interfaces : AllFunctionals.class.getInterfaces()) {
defaultValues.put(interfaces, af);
}
defaultValues.put(Subscriber.class, af);
defaultValues.put(TimeUnit.class, TimeUnit.SECONDS);
defaultValues.put(Scheduler.class, Schedulers.single());
defaultValues.put(BackpressureStrategy.class, BackpressureStrategy.MISSING);
Expand Down

0 comments on commit 6d985df

Please sign in to comment.