DaanHoogland commented on a change in pull request #4571:
URL: https://github.com/apache/cloudstack/pull/4571#discussion_r589307939
##########
File path:
api/src/main/java/org/apache/cloudstack/api/response/UserVmResponse.java
##########
@@ -209,7 +209,7 @@
private Long memoryKBs;
@SerializedName("memoryintfreekbs")
- @Param(description = "the internal memory thats free in vm")
+ @Param(description = "the internal memory thats free in vm or zero if it
can not be calculated")
Review comment:
```suggestion
@Param(description = "the internal memory that's free in vm or zero if
it can not be calculated")
```
sorry for this one @davidjumani
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]