Skip to content

Commit

Permalink
Polish Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Nov 18, 2024
1 parent 2d78a99 commit 46c502f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/rabbitmq/stream/ProducerBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public interface ProducerBuilder {
* <p>A dynamic-batch approach improves latency for low ingress rates. It can be counterproductive
* for sustained high ingress rates.
*
* <p>Set this flag to <code>true</code> if you want as little delay as possible before calling
* <p>Set this flag to <code>true</code> if you want as little delay as possible between calling
* {@link Producer#send(Message, ConfirmationHandler)} and the message being sent to the broker.
*
* <p>Set this flag to <code>false</code> if latency is not critical for your use case and you
Expand Down

0 comments on commit 46c502f

Please sign in to comment.