mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-30 18:10:44 +08:00
[ISSUE #5572]Remove useless introduction in BrokerInfo
This commit is contained in:
@@ -21,9 +21,6 @@ import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
import java.util.concurrent.atomic.AtomicLong;
|
||||
|
||||
/**
|
||||
* Broker info, mapping from brokerAddress to {brokerId, brokerHaAddress}.
|
||||
*/
|
||||
public class BrokerInfo {
|
||||
private final String clusterName;
|
||||
private final String brokerName;
|
||||
|
||||
Reference in New Issue
Block a user