DaanHoogland commented on code in PR #11784:
URL: https://github.com/apache/cloudstack/pull/11784#discussion_r2605655856
##########
server/src/main/java/com/cloud/user/AccountManagerImpl.java:
##########
@@ -792,6 +780,17 @@ public void checkAccess(Account caller, AccessType
accessType, boolean sameOwner
}
+ private static long getDomainIdFor(ControlledEntity entity) {
Review Comment:
sure, I think it can. Any pressing reason? It is a bit of a utility method
and has no bearing on the manager internals.
--
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]