eolivelli commented on a change in pull request #1018: Issue1007: move checksum 
to proto
URL: https://github.com/apache/bookkeeper/pull/1018#discussion_r162746889
 
 

 ##########
 File path: 
bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/checksum/DigestManager.java
 ##########
 @@ -226,9 +229,17 @@ public RecoveryData(long lastAddConfirmed, long length) {
             this.length = length;
         }
 
+        public long getLastAddConfirmed() {
+            return lastAddConfirmed;
 
 Review comment:
   Make all fields final?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to