mikemccand commented on code in PR #12779:
URL: https://github.com/apache/lucene/pull/12779#discussion_r1385198200
##########
lucene/core/src/java/org/apache/lucene/analysis/WordlistLoader.java:
##########
@@ -29,7 +29,7 @@
/**
* Loader for text files that represent a list of stopwords.
*
- * @see IOUtils to obtain {@link Reader} instances
+ * @see IOUtils to obtain Reader instances
Review Comment:
Ahh this is a problem because the `to obtain Reader instances` is already a
link pointing to `IOUtils`? And so we cannot stick another link for `Reader`
inside there. Makes sense. I'll merge shortly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]