nvazquez commented on code in PR #9619:
URL: https://github.com/apache/cloudstack/pull/9619#discussion_r1740720866


##########
api/src/main/java/org/apache/cloudstack/api/response/HostResponse.java:
##########
@@ -787,6 +791,14 @@ public void setIsTagARule(Boolean tagARule) {
         isTagARule = tagARule;
     }
 
+    public String getArchitecture() {
+        return architecture;
+    }
+

Review Comment:
   Thanks, the getter is not used, will remove it



##########
api/src/main/java/org/apache/cloudstack/api/response/ClusterResponse.java:
##########
@@ -247,4 +251,12 @@ public void setOvm3vip(String ovm3vip) {
     public void setCapacities(List<CapacityResponse> capacities) {
         this.capacities = capacities;
     }
+
+    public String getArchitecture() {
+        return architecture;
+    }
+

Review Comment:
   Thanks, the getter is not used



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