fix jdoc typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-06-06 10:36:02 +00:00
parent 923dbd6e64
commit 56179f0fc3
1 changed files with 1 additions and 2 deletions

View File

@ -217,7 +217,7 @@ public class NRTCachingDirectory extends Directory {
delegate.clearLock(name);
}
/** Close thius directory, which flushes any cached files
/** Close this directory, which flushes any cached files
* to the delegate and then closes the delegate. */
@Override
public void close() throws IOException {
@ -277,4 +277,3 @@ public class NRTCachingDirectory extends Directory {
}
}
}