rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333379803
##########
server/src/main/java/com/cloud/template/TemplateAdapterBase.java:
##########
@@ -675,22 +675,22 @@ public TemplateProfile prepareDelete(DeleteIsoCmd cmd) {
VMTemplateVO template = _tmpltDao.findById(templateId);
if (template == null) {
- throw new InvalidParameterValueException("unable to find iso with
id " + templateId);
+ throw new InvalidParameterValueException("Unable to find ISO 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]