Skip to content

Commit 89d331c

Browse files
authored
[ISSUE #10054] Correct the output format for ConsumerRecords (#10055)
1 parent 3a184c3 commit 89d331c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broker/src/main/java/org/apache/rocketmq/broker/pop/PopConsumerCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public int getQueueId() {
282282
@Override
283283
public String toString() {
284284
return "ConsumerRecords{" +
285-
", topicId=" + topicId +
285+
"topicId=" + topicId +
286286
", groupId=" + groupId +
287287
", queueId=" + queueId +
288288
", recordTreeMap=" + recordTreeMap.size() +

0 commit comments

Comments
 (0)