Skip to content

Commit 335be05

Browse files
committed
fix
Change-Id: Ie2faff9942027a510c4550a9f2bf2df8c6283137
1 parent fca4957 commit 335be05

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

broker/src/main/java/org/apache/rocketmq/broker/pop/orderly/QueueLevelConsumerManager.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ private void updateLockFreeTimestamp(String topic, String group, int queueId, Or
8585
/**
8686
* update the message list received
8787
*
88-
* @param isRetry is retry topic or not
89-
* @param topic topic
90-
* @param group group
91-
* @param queueId queue id of message
92-
* @param popTime the time of pop message
93-
* @param invisibleTime invisible time
88+
* @param isRetry is retry topic or not
89+
* @param topic topic
90+
* @param group group
91+
* @param queueId queue id of message
92+
* @param popTime the time of pop message
93+
* @param invisibleTime invisible time
9494
* @param msgQueueOffsetList the queue offsets of messages
95-
* @param orderInfoBuilder will append order info to this builder
95+
* @param orderInfoBuilder will append order info to this builder
9696
*/
9797
public void update(String attemptId, boolean isRetry, String topic, String group, int queueId, long popTime,
9898
long invisibleTime,

0 commit comments

Comments
 (0)