mirror of https://github.com/apache/lucene.git
upgrade comment to javadocs so 'ant precommit' passes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1719544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78197cb8f5
commit
671b5768a6
|
@ -26,7 +26,7 @@ import org.apache.lucene.index.MergeTrigger;
|
|||
import org.apache.lucene.index.SegmentCommitInfo;
|
||||
import org.apache.lucene.index.SegmentInfos;
|
||||
|
||||
/*
|
||||
/**
|
||||
* A {@link MergePolicy} that only returns forced merges.
|
||||
* <p><b>NOTE</b>: Use this policy if you wish to disallow background
|
||||
* merges but wish to run optimize/forceMerge segment merges.
|
||||
|
|
Loading…
Reference in New Issue