mirror of https://github.com/apache/lucene.git
LUCENE-7010: add @param to ctor javadocs
This commit is contained in:
parent
43508831b1
commit
28ed648fbf
|
@ -30,6 +30,8 @@ public class MergePolicyWrapper extends MergePolicy {
|
|||
|
||||
/**
|
||||
* Creates a new merge policy instance.
|
||||
*
|
||||
* @param in the wrapped {@link MergePolicy}
|
||||
*/
|
||||
public MergePolicyWrapper(MergePolicy in) {
|
||||
this.in = in;
|
||||
|
|
Loading…
Reference in New Issue