diff --git a/client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java b/client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java index eba654c22d0..d2a4694bb07 100644 --- a/client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java +++ b/client/src/main/java/org/apache/rocketmq/client/impl/factory/MQClientInstance.java @@ -118,7 +118,7 @@ public class MQClientInstance { private final Lock lockHeartbeat = new ReentrantLock(); /** - * The container which stores the brokerClusterInfo. The key of the map is the brokerCluster name. + * The container which stores the brokerClusterInfo. The key of the map is the broker name. * And the value is the broker instance list that belongs to the broker cluster. * For the sub map, the key is the id of single broker instance, and the value is the address. */