RodrigoDLopez commented on a change in pull request #4776:
URL: https://github.com/apache/cloudstack/pull/4776#discussion_r680002864



##########
File path: 
api/src/main/java/org/apache/cloudstack/api/response/UserVmResponse.java
##########
@@ -911,4 +919,12 @@ public String getOsDisplayName() {
     public String getPoolType() { return poolType; }
 
     public void setPoolType(String poolType) { this.poolType = poolType; }
+
+    public void setBytesReceived(final Long bytesReceived) {

Review comment:
       I don't fully understand why the key 'final' is being used here. You 
don't need to use it here.
   am I wrong?




-- 
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]


Reply via email to