Oliverwqcwrw commented on code in PR #5193:
URL: https://github.com/apache/rocketmq/pull/5193#discussion_r980614989
##########
broker/src/test/java/org/apache/rocketmq/broker/topic/TopicQueueMappingManagerTest.java:
##########
@@ -44,12 +44,12 @@
public class TopicQueueMappingManagerTest {
@Mock
private BrokerController brokerController;
- private static final String broker1Name = "broker1";
+ private static final String BROKER1_NAME = "broker1";
Review Comment:
```suggestion
private static final String BROKER_NAME = "broker1";
```
IMO, it could be defined as a brokerName directly because there is only one
test broker
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]