mirror of https://github.com/apache/lucene.git
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:
parent
923dbd6e64
commit
56179f0fc3
|
@ -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 {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue