nicoloboschi commented on code in PR #3297:
URL: https://github.com/apache/bookkeeper/pull/3297#discussion_r884537175


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java:
##########
@@ -1680,7 +1680,7 @@ public ServerConfiguration 
setMajorCompactionThreshold(double threshold) {
     }
 
     /**
-     * Get the maximum milliseconds to run major compaction. If <= 0 the
+     * Get the maximum milliseconds to run major compaction. If {@literal 
<=}0</code> the

Review Comment:
   ```suggestion
        * Get the maximum milliseconds to run major compaction. If {@literal 
<=} 0 the
   ```



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