sureshanaparti commented on code in PR #10458:
URL: https://github.com/apache/cloudstack/pull/10458#discussion_r2222764846


##########
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:
   why these parameters are removed?



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to