yvsubhash commented on a change in pull request #2102: CLOUDSTACK-9889 
Dedication of guest vlan range to a domain
URL: https://github.com/apache/cloudstack/pull/2102#discussion_r153992366
 
 

 ##########
 File path: server/src/com/cloud/api/dispatch/ParamProcessWorker.java
 ##########
 @@ -145,7 +146,7 @@ private void validateField(final Object paramObj, final 
Parameter annotation) th
 
     @SuppressWarnings({"unchecked", "rawtypes"})
     public void processParameters(final BaseCmd cmd, final Map params) {
-        final Map<Object, AccessType> entitiesToAccess = new HashMap<Object, 
AccessType>();
+        final Multimap<Object, AccessType> entitiesToAccess = 
ArrayListMultimap.create();
 
 Review comment:
   This is to check both account and domain vnet tables for a given entity id

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to