rajujith commented on code in PR #7857: URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333378934
########## server/src/main/java/com/cloud/template/TemplateAdapterBase.java: ########## @@ -632,22 +632,22 @@ public TemplateProfile prepareDelete(DeleteTemplateCmd cmd) { VMTemplateVO 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/TemplateAdapterBase.java: ########## @@ -661,7 +661,7 @@ public TemplateProfile prepareExtractTemplate(ExtractTemplateCmd cmd) { VMTemplateVO 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' -- 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