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/10 05:42:37 UTC

[GitHub] priyankparihar commented on a change in pull request #1894: CLOUDSTACK-9700 Allow user to Register/Copy templates to multiple zones at the same time

priyankparihar commented on a change in pull request #1894: CLOUDSTACK-9700 Allow user to Register/Copy templates to multiple zones at the same time
URL: https://github.com/apache/cloudstack/pull/1894#discussion_r115657221
 
 

 ##########
 File path: api/src/org/apache/cloudstack/api/ResponseGenerator.java
 ##########
 @@ -307,7 +307,11 @@
 
     TemplateResponse createTemplateUpdateResponse(ResponseView view, VirtualMachineTemplate result);
 
-    List<TemplateResponse> createTemplateResponses(ResponseView view, VirtualMachineTemplate result, Long zoneId, boolean readyOnly);
+    List<TemplateResponse> createTemplateResponses(ResponseView view, VirtualMachineTemplate result,
+                                                   Long zoneId, boolean readyOnly);
 
 Review comment:
   ok thanks 
 
----------------------------------------------------------------
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