zhangjidi2016 commented on a change in pull request #753:
URL: https://github.com/apache/rocketmq-externals/pull/753#discussion_r679990341



##########
File path: 
rocketmq-console/src/main/java/org/apache/rocketmq/console/service/impl/DashboardCollectServiceImpl.java
##########
@@ -45,7 +45,7 @@
 public class DashboardCollectServiceImpl implements DashboardCollectService {
 
     @Resource
-    private RMQConfigure rmqConfigure;
+    private RMQConfigure rMQConfigure;

Review comment:
       > It's a little wordy for rmq or rMQ..., you can leave it out. Rename it 
configure directly
   
   We defined rMQConfigure in BaseControllerTest, and all subsequent unit test 
classes inherited this BaseControllerTest. In order to reuse this, we changed 
it to rMQConfigure. 
   In order to maintain unity,I'll revise it,all references in projects are 
directly modified to configure.




-- 
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]


Reply via email to