rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333381286


##########
server/src/main/java/com/cloud/template/TemplateManagerImpl.java:
##########
@@ -511,7 +511,7 @@ public String extract(ExtractTemplateCmd cmd) {
 
         VirtualMachineTemplate template = _tmpltDao.findById(templateId);
         if (template == null) {
-            throw new InvalidParameterValueException("unable to find template 
with id " + templateId);
+            throw new InvalidParameterValueException("Unable to find Template 
with id " + templateId);

Review Comment:
   'ID'



##########
server/src/main/java/com/cloud/template/TemplateManagerImpl.java:
##########
@@ -524,7 +524,7 @@ public VirtualMachineTemplate prepareTemplate(long 
templateId, long zoneId, Long
 
         VMTemplateVO vmTemplate = _tmpltDao.findById(templateId);
         if (vmTemplate == null) {
-            throw new InvalidParameterValueException("Unable to find template 
id=" + templateId);
+            throw new InvalidParameterValueException("Unable to find Template 
id=" + templateId);

Review Comment:
   'ID'



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to