Skip to content

Commit

Permalink
OAK-6645 - 1.7.7 release fails on javadoc
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1808010 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davidegiannella committed Sep 11, 2017
1 parent 2bfe269 commit 5c87752
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
*
*/
public class CommitMitigatingTieredMergePolicy extends MergePolicy {
/** Default noCFSRatio. If a merge's size is >= 10% of
/** Default noCFSRatio. If a merge's size is >= 10% of
* the index, then we disable compound file for it.
* @see MergePolicy#setNoCFSRatio */
public static final double DEFAULT_NO_CFS_RATIO = 0.1;
Expand Down Expand Up @@ -198,7 +198,7 @@ public double getForceMergeDeletesPctAllowed() {
/** Sets the allowed number of segments per tier. Smaller
* values mean more merging but fewer segments.
*
* <p><b>NOTE</b>: this value should be >= the {@link
* <p><b>NOTE</b>: this value should be &gt;= the {@link
* #setMaxMergeAtOnce} otherwise you'll force too much
* merging to occur.</p>
*
Expand Down

0 comments on commit 5c87752

Please sign in to comment.