mirror of https://github.com/apache/lucene.git
Fix nested link warning from renderSiteJavadoc (#12779)
This commit is contained in:
parent
34d858fbbb
commit
f416b2b8b5
|
@ -29,7 +29,7 @@ import org.apache.lucene.util.IOUtils;
|
|||
/**
|
||||
* Loader for text files that represent a list of stopwords.
|
||||
*
|
||||
* @see IOUtils to obtain {@link Reader} instances
|
||||
* @see IOUtils to obtain Reader instances
|
||||
* @lucene.internal
|
||||
*/
|
||||
public class WordlistLoader {
|
||||
|
|
Loading…
Reference in New Issue