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:
Michael McCandless 2013-04-28 15:17:04 +00:00
parent 4fda2ce4f4
commit d5ebf16866
1 changed files with 1 additions and 1 deletions

View File

@ -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();