kirklund commented on a change in pull request #6770:
URL: https://github.com/apache/geode/pull/6770#discussion_r692347003
##########
File path:
geode-core/src/main/java/org/apache/geode/management/internal/ManagementAgent.java
##########
@@ -508,6 +517,10 @@ public JMXConnectorServer getJmxConnectorServer() {
return jmxConnectorServer;
}
+ public void setJmxConnectorServer(JMXConnectorServer jmxConnectorServer) {
+ this.jmxConnectorServer = jmxConnectorServer;
+ }
+
Review comment:
Should this method be `private` instead of `public`?
--
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]