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:
Uwe Schindler 2009-06-15 17:07:29 +00:00
parent a718f0320a
commit b56c5ba5de
1 changed files with 1 additions and 1 deletions

View File

@ -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.