Skip to content

Commit

Permalink
[ISSUE #8573] Correct mismatched comments (#8574)
Browse files Browse the repository at this point in the history
* [ISSUE #8573] Correct mismatched comments

* Update

* Update
  • Loading branch information
yx9o authored Aug 23, 2024
1 parent 2a938fb commit 7444aa2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public DefaultMQPushConsumer(final String consumerGroup, boolean enableMsgTrace,
/**
* Constructor specifying consumer group, RPC hook and message queue allocating algorithm.
*
* @param consumerGroup Consume queue.
* @param consumerGroup Consumer group.
* @param rpcHook RPC hook to execute before each remoting command.
* @param allocateMessageQueueStrategy Message queue allocating algorithm.
*/
Expand All @@ -350,7 +350,7 @@ public DefaultMQPushConsumer(final String consumerGroup, RPCHook rpcHook,
/**
* Constructor specifying consumer group, RPC hook, message queue allocating algorithm, enabled msg trace flag and customized trace topic name.
*
* @param consumerGroup Consume queue.
* @param consumerGroup Consumer group.
* @param rpcHook RPC hook to execute before each remoting command.
* @param allocateMessageQueueStrategy message queue allocating algorithm.
* @param enableMsgTrace Switch flag instance for message trace.
Expand Down Expand Up @@ -394,7 +394,7 @@ public DefaultMQPushConsumer(final String namespace, final String consumerGroup,
* Constructor specifying namespace, consumer group, RPC hook and message queue allocating algorithm.
*
* @param namespace Namespace for this MQ Producer instance.
* @param consumerGroup Consume queue.
* @param consumerGroup Consumer group.
* @param rpcHook RPC hook to execute before each remoting command.
* @param allocateMessageQueueStrategy Message queue allocating algorithm.
*/
Expand All @@ -412,7 +412,7 @@ public DefaultMQPushConsumer(final String namespace, final String consumerGroup,
* Constructor specifying namespace, consumer group, RPC hook, message queue allocating algorithm, enabled msg trace flag and customized trace topic name.
*
* @param namespace Namespace for this MQ Producer instance.
* @param consumerGroup Consume queue.
* @param consumerGroup Consumer group.
* @param rpcHook RPC hook to execute before each remoting command.
* @param allocateMessageQueueStrategy message queue allocating algorithm.
* @param enableMsgTrace Switch flag instance for message trace.
Expand Down

0 comments on commit 7444aa2

Please sign in to comment.