LUCENE-7706: Update MergeScheduler's documentation - clone() is no longer there

This commit is contained in:
Dawid Weiss 2017-02-23 11:51:03 +01:00
parent 8367e159e4
commit 8ed8ecfc7e
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ import org.apache.lucene.util.InfoStream;
* implementing this interface to execute the merges
* selected by a {@link MergePolicy}. The default
* MergeScheduler is {@link ConcurrentMergeScheduler}.</p>
* <p>Implementers of sub-classes should make sure that {@link #clone()}
* returns an independent instance able to work with any {@link IndexWriter}
* instance.</p>
* @lucene.experimental
*/
public abstract class MergeScheduler implements Closeable {