mirror of https://github.com/apache/lucene.git
fix javadocs typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1476787 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4fda2ce4f4
commit
d5ebf16866
|
@ -72,7 +72,7 @@ import org.apache.lucene.util.ThreadInterruptedException;
|
|||
* </pre>
|
||||
*
|
||||
*
|
||||
* When you are done be sure to close both the manager and the reopen thrad:
|
||||
* When you are done be sure to close both the manager and the reopen thread:
|
||||
* <pre class="prettyprint">
|
||||
* reopenThread.close();
|
||||
* manager.close();
|
||||
|
|
Loading…
Reference in New Issue