Skip to content

Commit f92d858

Browse files
committed
Add @SInCE Javadoc tag
1 parent c8912a6 commit f92d858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/rabbitmq/stream/EnvironmentBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,7 @@ public interface EnvironmentBuilder {
301301
* <p>Topology recovery can kick in when streams leaders and replicas move from nodes to nodes in
302302
* the cluster.
303303
*
304-
* <p>The default is a first delay of 5 seconds, then 1 second
305-
* for the next attempts.
304+
* <p>The default is a first delay of 5 seconds, then 1 second for the next attempts.
306305
*
307306
* @param topologyUpdateBackOffDelayPolicy
308307
* @return this builder instance
@@ -348,6 +347,7 @@ EnvironmentBuilder topologyUpdateBackOffDelayPolicy(
348347
* @return this builder instance
349348
* @see #recoveryBackOffDelayPolicy(BackOffDelayPolicy)
350349
* @see #topologyUpdateBackOffDelayPolicy(BackOffDelayPolicy)
350+
* @since 0.13.0
351351
*/
352352
EnvironmentBuilder forceReplicaForConsumers(boolean forceReplica);
353353

0 commit comments

Comments
 (0)