Skip to content

Commit 1f07b03

Browse files
committed
Drop stray change
1 parent ad0f48a commit 1f07b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lucene/core/src/java/org/apache/lucene/index/MergePolicy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ public double getNoCFSRatio() {
809809
/**
810810
* If a merged segment will be more than this percentage of the total size of the index, leave the
811811
* segment as non-compound file even if compound file is enabled. Set to 1.0 to always use CFS
812-
* regardless of merge size.ue.
812+
* regardless of merge size.
813813
*/
814814
public void setNoCFSRatio(double noCFSRatio) {
815815
if (noCFSRatio < 0.0 || noCFSRatio > 1.0) {

0 commit comments

Comments
 (0)