From 58d982aa342eec8058bd63664908af162a9a6894 Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Thu, 16 Mar 2006 23:49:33 +0000 Subject: [PATCH] - Minor Javadoc fix: LUCENE-513 git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@386485 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/lucene/store/MMapDirectory.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/java/org/apache/lucene/store/MMapDirectory.java b/src/java/org/apache/lucene/store/MMapDirectory.java index 71e51cf1a6c..d71e207c9da 100644 --- a/src/java/org/apache/lucene/store/MMapDirectory.java +++ b/src/java/org/apache/lucene/store/MMapDirectory.java @@ -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;