Fix nested link warning from renderSiteJavadoc (#12779)

This commit is contained in:
Jakub Slowinski 2023-11-07 16:24:43 +00:00 committed by GitHub
parent 34d858fbbb
commit f416b2b8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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