This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 68362151a [ISSUE #6396] Fix DefaultMQPushConsumer javadoc typo (#6397)
68362151a is described below

commit 68362151a272cce4e318238138b5e5de5344220f
Author: mxsm <[email protected]>
AuthorDate: Mon Mar 20 10:59:15 2023 +0800

    [ISSUE #6396] Fix DefaultMQPushConsumer javadoc typo (#6397)
---
 .../apache/rocketmq/client/consumer/DefaultMQPushConsumer.java    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/client/src/main/java/org/apache/rocketmq/client/consumer/DefaultMQPushConsumer.java
 
b/client/src/main/java/org/apache/rocketmq/client/consumer/DefaultMQPushConsumer.java
index d7783d3a1..c11a3c642 100644
--- 
a/client/src/main/java/org/apache/rocketmq/client/consumer/DefaultMQPushConsumer.java
+++ 
b/client/src/main/java/org/apache/rocketmq/client/consumer/DefaultMQPushConsumer.java
@@ -198,8 +198,8 @@ public class DefaultMQPushConsumer extends ClientConfig 
implements MQPushConsume
     /**
      * Flow control threshold on topic level, default value is -1(Unlimited)
      * <p>
-     * The value of {@code pullThresholdForQueue} will be overwrote and 
calculated based on
-     * {@code pullThresholdForTopic} if it is't unlimited
+     * The value of {@code pullThresholdForQueue} will be overwritten and 
calculated based on
+     * {@code pullThresholdForTopic} if it isn't unlimited
      * <p>
      * For example, if the value of pullThresholdForTopic is 1000 and 10 
message queues are assigned to this consumer,
      * then pullThresholdForQueue will be set to 100
@@ -209,8 +209,8 @@ public class DefaultMQPushConsumer extends ClientConfig 
implements MQPushConsume
     /**
      * Limit the cached message size on topic level, default value is -1 
MiB(Unlimited)
      * <p>
-     * The value of {@code pullThresholdSizeForQueue} will be overwrote and 
calculated based on
-     * {@code pullThresholdSizeForTopic} if it is't unlimited
+     * The value of {@code pullThresholdSizeForQueue} will be overwritten and 
calculated based on
+     * {@code pullThresholdSizeForTopic} if it isn't unlimited
      * <p>
      * For example, if the value of pullThresholdSizeForTopic is 1000 MiB and 
10 message queues are
      * assigned to this consumer, then pullThresholdSizeForQueue will be set 
to 100 MiB

Reply via email to