Return-Path: Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: (qmail 63652 invoked from network); 16 Mar 2006 23:49:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Mar 2006 23:49:58 -0000 Received: (qmail 99296 invoked by uid 500); 16 Mar 2006 23:49:58 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 99249 invoked by uid 500); 16 Mar 2006 23:49:57 -0000 Mailing-List: contact java-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-commits@lucene.apache.org Received: (qmail 99237 invoked by uid 99); 16 Mar 2006 23:49:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2006 15:49:57 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 16 Mar 2006 15:49:56 -0800 Received: (qmail 63498 invoked by uid 65534); 16 Mar 2006 23:49:36 -0000 Message-ID: <20060316234936.63496.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r386485 - /lucene/java/trunk/src/java/org/apache/lucene/store/MMapDirectory.java Date: Thu, 16 Mar 2006 23:49:36 -0000 To: java-commits@lucene.apache.org From: otis@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: otis Date: Thu Mar 16 15:49:33 2006 New Revision: 386485 URL: http://svn.apache.org/viewcvs?rev=386485&view=rev Log: - Minor Javadoc fix: LUCENE-513 Modified: lucene/java/trunk/src/java/org/apache/lucene/store/MMapDirectory.java Modified: lucene/java/trunk/src/java/org/apache/lucene/store/MMapDirectory.java URL: http://svn.apache.org/viewcvs/lucene/java/trunk/src/java/org/apache/lucene/store/MMapDirectory.java?rev=386485&r1=386484&r2=386485&view=diff ============================================================================== --- lucene/java/trunk/src/java/org/apache/lucene/store/MMapDirectory.java (original) +++ lucene/java/trunk/src/java/org/apache/lucene/store/MMapDirectory.java Thu Mar 16 15:49:33 2006 @@ -72,10 +72,6 @@ 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;