winterhazel commented on code in PR #11689:
URL: https://github.com/apache/cloudstack/pull/11689#discussion_r3005407182


##########
framework/quota/src/main/java/org/apache/cloudstack/quota/activationrule/presetvariables/Value.java:
##########
@@ -279,4 +282,13 @@ public void setState(String state) {
         this.state = state;
         fieldNamesToIncludeInToString.add("state");
     }
+
+    public ResourceCounting getResourceCounting() {
+        return resourceCounting;
+    }
+
+    public void setResourceCounting(ResourceCounting resourceCounting) {
+        this.resourceCounting = resourceCounting;
+        fieldNamesToIncludeInToString.add("resourceCounting");

Review Comment:
   ```suggestion
   ```
   
   Not used anymore.



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