Skip to content

Commit 949d4c5

Browse files
committed
[ISSUE apache#8701] Fix documentation for brokerAddrTable property in MQClientInstance.java (apache#9263)
1 parent 7864715 commit 949d4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public class MQClientInstance {
118118
private final Lock lockHeartbeat = new ReentrantLock();
119119

120120
/**
121-
* The container which stores the brokerClusterInfo. The key of the map is the brokerCluster name.
121+
* The container which stores the brokerClusterInfo. The key of the map is the broker name.
122122
* And the value is the broker instance list that belongs to the broker cluster.
123123
* For the sub map, the key is the id of single broker instance, and the value is the address.
124124
*/

0 commit comments

Comments
 (0)