Skip to content

Commit 46c502f

Browse files
committed
Polish Javadoc
1 parent 2d78a99 commit 46c502f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public interface ProducerBuilder {
103103
* <p>A dynamic-batch approach improves latency for low ingress rates. It can be counterproductive
104104
* for sustained high ingress rates.
105105
*
106-
* <p>Set this flag to <code>true</code> if you want as little delay as possible before calling
106+
* <p>Set this flag to <code>true</code> if you want as little delay as possible between calling
107107
* {@link Producer#send(Message, ConfirmationHandler)} and the message being sent to the broker.
108108
*
109109
* <p>Set this flag to <code>false</code> if latency is not critical for your use case and you

0 commit comments

Comments
 (0)