mirror of https://github.com/apache/lucene.git
LUCENE-5946: fix incorrect javadocs link
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624879 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9d80c17a57
commit
771e1e399e
|
@ -93,7 +93,7 @@ import static java.util.Collections.synchronizedSet;
|
|||
*
|
||||
* Applications using {@link Thread#interrupt()} or
|
||||
* {@link Future#cancel(boolean)} should use
|
||||
* {@link SimpleFSDirectory} instead. See {@link MMapDirectory}
|
||||
* {@code RAFDirectory} instead. See {@link MMapDirectory}
|
||||
* java doc for details.
|
||||
* </ul>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue