- 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:
Otis Gospodnetic 2006-03-16 23:49:33 +00:00
parent 9078b805d3
commit 58d982aa34
1 changed files with 0 additions and 4 deletions

View File

@ -72,10 +72,6 @@ public class MMapDirectory extends FSDirectory {
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 ByteBuffer[] buffers;