lhotari commented on code in PR #17465:
URL: https://github.com/apache/pulsar/pull/17465#discussion_r962885293
##########
pulsar-common/src/main/java/org/apache/pulsar/common/util/collections/LongPairRangeSet.java:
##########
@@ -125,6 +125,11 @@
*/
Range<T> lastRange();
+ /**
+ * Return the number bit sets to true from lower to upper.
Review Comment:
for example "Return the number bit sets to true from lower (inclusive) to
upper (inclusive)."
--
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]