mirror of https://github.com/apache/lucene.git
Fix javadoc warning (symbol not accessible)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@784865 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a718f0320a
commit
b56c5ba5de
|
@ -55,7 +55,7 @@ import java.util.Set;
|
|||
* (subject to change suddenly in the next release)</p>
|
||||
*
|
||||
* <p><b>NOTE</b>: This class typically requires access to
|
||||
* package-private APIs (e.g. {@link SegmentInfo}s) to do its job;
|
||||
* package-private APIs (e.g. <code>SegmentInfos</code>) to do its job;
|
||||
* if you implement your own MergePolicy, you'll need to put
|
||||
* it in package org.apache.lucene.index in order to use
|
||||
* these APIs.
|
||||
|
|
Loading…
Reference in New Issue