You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/05/30 08:05:27 UTC

[GitHub] [bookkeeper] nicoloboschi commented on a diff in pull request #3297: Issue #472 Fix javadoc and build warnings

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: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org