Skip to content

Commit

Permalink
fixes return type for Mono.tap in javadoc (#3564)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajax-surovskyi-y committed Aug 17, 2023
1 parent 984c4eb commit 9dabc13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4745,7 +4745,7 @@ public SignalListener<T> createListener(Publisher<? extends T> ignored1, Context
* in conjunction with the use of {@link #contextCapture()} operator down the chain.
*
* @param listenerFactory the {@link SignalListenerFactory} to create a new {@link SignalListener} on each subscription
* @return a new {@link Flux} with side effects defined by generated {@link SignalListener}
* @return a new {@link Mono} with side effects defined by generated {@link SignalListener}
* @see #tap(Supplier)
* @see #tap(Function)
*/
Expand Down

0 comments on commit 9dabc13

Please sign in to comment.