mirror of
https://github.com/apache/lucene.git
synced 2025-03-08 01:25:19 +00:00
remove 'implements Cloneable' from MergePolicy.MergeSpecification
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@606657 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c0040adc27
commit
9a9d138d8b
@ -134,7 +134,7 @@ public abstract class MergePolicy {
|
||||
* contains a list of {@link OneMerge} instances.
|
||||
*/
|
||||
|
||||
public static class MergeSpecification implements Cloneable {
|
||||
public static class MergeSpecification {
|
||||
|
||||
/**
|
||||
* The subset of segments to be included in the primitive merge.
|
||||
|
Loading…
x
Reference in New Issue
Block a user