vladimirpetrov commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2336309332
##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -4316,20 +4316,20 @@ private UserVm getUncheckedUserVmResource(DataCenter
zone, String hostName, Stri
if (dataDiskTemplate == null
||
(!dataDiskTemplate.getTemplateType().equals(TemplateType.DATADISK)) &&
(dataDiskTemplate.getState().equals(VirtualMachineTemplate.State.Active))) {
- throw new InvalidParameterValueException("Invalid
template id specified for Datadisk template" +
datadiskTemplateToDiskOffering.getKey());
+ throw new InvalidParameterValueException("Invalid
Template id specified for Datadisk Template" +
datadiskTemplateToDiskOffering.getKey());
Review Comment:
I agree with @rajujith, the correct term must be 'ID':
```
English language: 1. "id" meaning "part of the mind" should not be
capitalized. 2. "ID" meaning abbreviation for "identifier" or acronym for
"identifier document" should be capitalized
```
--
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]