david-streamlio commented on a change in pull request #2865: Refactored JCloud
Tiered Storage
URL: https://github.com/apache/pulsar/pull/2865#discussion_r229403532
##########
File path:
tiered-storage/jcloud/src/main/java/org/apache/bookkeeper/mledger/offload/jcloud/OffloadIndexBlock.java
##########
@@ -73,7 +71,7 @@
/**
* An input stream which knows the size of the stream upfront.
*/
- public static class IndexInputStream extends FilterInputStream {
+ class IndexInputStream extends FilterInputStream {
Review comment:
Good catch. I will correct.
----------------------------------------------------------------
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