You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by dn...@apache.org on 2006/04/22 20:39:46 UTC

svn commit: r396146 - /lucene/java/trunk/src/java/org/apache/lucene/search/MultiPhraseQuery.java

Author: dnaber
Date: Sat Apr 22 11:39:42 2006
New Revision: 396146

URL: http://svn.apache.org/viewcvs?rev=396146&view=rev
Log:
trivial javadoc typo fix

Modified:
    lucene/java/trunk/src/java/org/apache/lucene/search/MultiPhraseQuery.java

Modified: lucene/java/trunk/src/java/org/apache/lucene/search/MultiPhraseQuery.java
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/src/java/org/apache/lucene/search/MultiPhraseQuery.java?rev=396146&r1=396145&r2=396146&view=diff
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/search/MultiPhraseQuery.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/search/MultiPhraseQuery.java Sat Apr 22 11:39:42 2006
@@ -97,7 +97,7 @@
 
   /**
    * Returns a List<Term[]> of the terms in the multiphrase.
-   * Do not modify the List or it's contents.
+   * Do not modify the List or its contents.
    */
   public List getTermArrays() {
 	  return Collections.unmodifiableList(termArrays);