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


##########
api/src/main/java/org/apache/cloudstack/context/CallContext.java:
##########
@@ -63,6 +63,7 @@ protected Stack<CallContext> initialValue() {
     private User user;
     private long userId;
     private final Map<Object, Object> context = new HashMap<Object, Object>();
+    private final Map<String, String > apiResourcesUuids = new HashMap<>();

Review Comment:
   ```suggestion
       private final Map<String, String> apiResourcesUuids = new HashMap<>();
   ```
   
   can use Map<String, UUID> ?



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