You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/05/22 14:03:05 UTC

[GitHub] DaanHoogland commented on a change in pull request #905: BUG-ID: CLOUDSTACK-8922: Unable to delete IP tag

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:
users@infra.apache.org


With regards,
Apache Git Services