Pearl1594 commented on code in PR #10458:
URL: https://github.com/apache/cloudstack/pull/10458#discussion_r2223099066
##########
plugins/metrics/src/main/java/org/apache/cloudstack/response/ManagementServerMetricsResponse.java:
##########
@@ -130,14 +121,6 @@ public void setAvailableProcessors(int
availableProcessors) {
this.availableProcessors = availableProcessors;
}
- public void setLastAgents(List<String> lastAgents) {
- this.lastAgents = lastAgents;
- }
-
- public void setAgents(List<String> agents) {
- this.agents = agents;
- }
-
Review Comment:
These are already present in ManagementServerResponse &
ManagementServerMetricsResponse extends it - making it redundant.
--
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]