From 44a20c0a2cc46411ceec769ec1c47b20b8ca103e Mon Sep 17 00:00:00 2001 From: Mikkel Juul Date: Sun, 28 Apr 2024 07:15:20 +0200 Subject: [PATCH] [issue 3689] remove note on Duration.Zero --- reactor-core/src/main/java/reactor/core/publisher/Sinks.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactor-core/src/main/java/reactor/core/publisher/Sinks.java b/reactor-core/src/main/java/reactor/core/publisher/Sinks.java index a05c30d642..e1574c705d 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Sinks.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Sinks.java @@ -810,8 +810,6 @@ public interface MulticastReplayBestEffortSpec { * Older elements are discarded. * *

- * 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 */