mirror of https://github.com/apache/lucene.git
LUCENE-7010: document protected field
This commit is contained in:
parent
28ed648fbf
commit
5919680482
|
@ -26,6 +26,7 @@ import java.util.Map;
|
|||
*/
|
||||
public class MergePolicyWrapper extends MergePolicy {
|
||||
|
||||
/** The wrapped {@link MergePolicy}. */
|
||||
protected final MergePolicy in;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue