Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 10025 invoked from network); 10 Oct 2004 18:37:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Oct 2004 18:37:56 -0000 Received: (qmail 14120 invoked by uid 500); 10 Oct 2004 18:37:51 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 14092 invoked by uid 500); 10 Oct 2004 18:37:50 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 14076 invoked by uid 500); 10 Oct 2004 18:37:50 -0000 Received: (qmail 14073 invoked by uid 99); 10 Oct 2004 18:37:50 -0000 X-ASF-Spam-Status: No, hits=-10.0 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.28) with SMTP; Sun, 10 Oct 2004 11:37:49 -0700 Received: (qmail 9854 invoked by uid 1912); 10 Oct 2004 18:37:47 -0000 Date: 10 Oct 2004 18:37:47 -0000 Message-ID: <20041010183747.9853.qmail@minotaur.apache.org> From: dnaber@apache.org To: jakarta-lucene-cvs@apache.org Subject: cvs commit: jakarta-lucene/src/java/org/apache/lucene/index IndexReader.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N dnaber 2004/10/10 11:37:47 Modified: src/java/org/apache/lucene/index IndexReader.java Log: fix for a typo in a javadoc comment Revision Changes Path 1.41 +2 -2 jakarta-lucene/src/java/org/apache/lucene/index/IndexReader.java Index: IndexReader.java =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/index/IndexReader.java,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- IndexReader.java 6 Oct 2004 19:55:42 -0000 1.40 +++ IndexReader.java 10 Oct 2004 18:37:47 -0000 1.41 @@ -583,7 +583,7 @@ * Get a list of unique field names that exist in this index, are indexed, and have * the specified term vector information. * - * @param tvSpec specifies which term vector information shoul dbe available for the fields + * @param tvSpec specifies which term vector information should be available for the fields * @return Collection of Strings indicating the names of the fields */ public abstract Collection getIndexedFieldNames(Field.TermVector tvSpec); --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org