Skip to content

Commit

Permalink
[issue 3689] remove note on Duration.Zero
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkelHJuul committed Apr 28, 2024
1 parent 1b3ad59 commit 44a20c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions reactor-core/src/main/java/reactor/core/publisher/Sinks.java
Expand Up @@ -810,8 +810,6 @@ public interface MulticastReplayBestEffortSpec {
* Older elements are discarded.</li>
* </ul>
* <p>
* Note that though historySize of zero is forbidden, the desired equivalent effect can usually be achieved
* with the {@link Duration} based variant: {@link #limit(Duration) limit(Duration.ZERO)}.
*
* @param historySize maximum number of elements able to replayed, strictly positive
*/
Expand Down

0 comments on commit 44a20c0

Please sign in to comment.