rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333383491
##########
server/src/main/java/com/cloud/template/TemplateManagerImpl.java:
##########
@@ -908,12 +908,12 @@ public VirtualMachineTemplate
copyTemplate(CopyTemplateCmd cmd) throws StorageUn
// Verify parameters
VMTemplateVO template = _tmpltDao.findById(templateId);
if (template == null || template.getRemoved() != null) {
- throw new InvalidParameterValueException("Unable to find template
with id");
+ throw new InvalidParameterValueException("Unable to find Template
with id");
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]