DaanHoogland commented on code in PR #12779:
URL: https://github.com/apache/cloudstack/pull/12779#discussion_r2924512986
##########
server/src/main/java/com/cloud/vm/UserVmManagerImpl.java:
##########
@@ -4640,7 +4577,7 @@ private void assignInstanceToGroup(String group, long id)
{
}
private long verifyAndGetDiskSize(DiskOffering diskOffering, Long
diskSize) {
- long size = 0l;
+ long size = 0L;
Review Comment:
```suggestion
long size;
```
--
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]