jasonjavaYY opened a new pull request, #5476: URL: https://github.com/apache/rocketmq/pull/5476
## What is the purpose of the change There is no call to Class “org.apache.rocketmq.tools.monitor.MonitorService” startup method in the scripts under the “bin directory”, which means that the main method of class “MonitorService” will not be executed, so I add the annotation @Deprecated to the methods that are not used in Class "MonitorService". ## Brief changelog Add the annotation @Deprecated to the methods that are not used in Class "MonitorService". ## Verifying this change Trivial changes: This pr only adds the annotation @Deprecated and does not involve logic code modification. I have run mvn clean install to make sure unit-test pass. -- 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]
