mirror of https://github.com/apache/lucene.git
- Minor Javadoc fix: LUCENE-513
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@386485 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9078b805d3
commit
58d982aa34
|
@ -72,10 +72,6 @@ public class MMapDirectory extends FSDirectory {
|
||||||
public void close() throws IOException {}
|
public void close() throws IOException {}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Added class MultiMMapIndexInput, Paul Elschot.
|
|
||||||
* Slightly adapted constructor of MMapIndexInput.
|
|
||||||
* Licensed under the Apache License, Version 2.0.
|
|
||||||
*/
|
|
||||||
private static class MultiMMapIndexInput extends IndexInput {
|
private static class MultiMMapIndexInput extends IndexInput {
|
||||||
|
|
||||||
private ByteBuffer[] buffers;
|
private ByteBuffer[] buffers;
|
||||||
|
|
Loading…
Reference in New Issue