DaanHoogland commented on a change in pull request #905: BUG-ID: 
CLOUDSTACK-8922:  Unable to delete IP tag
URL: https://github.com/apache/cloudstack/pull/905#discussion_r117751953
 
 

 ##########
 File path: server/src/com/cloud/tags/TaggedResourceManagerImpl.java
 ##########
 @@ -297,16 +297,46 @@ public String getUuid(String resourceId, 
ResourceObjectType resourceType) {
     @ActionEvent(eventType = EventTypes.EVENT_TAGS_DELETE, eventDescription = 
"deleting resource tags")
     public boolean deleteTags(List<String> resourceIds, ResourceObjectType 
resourceType, Map<String, String> tags) {
         Account caller = CallContext.current().getCallingAccount();
+        List<String> uuids = new ArrayList<String>();
 
 Review comment:
   deleteTags() is already to big. Please factor out the new code in a separate 
set of methods.
 
----------------------------------------------------------------
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