You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ot...@apache.org on 2007/05/17 22:01:42 UTC

svn commit: r539098 - in /lucene/solr/trunk/src/java/org/apache/solr/search: DocListAndSet.java DocSlice.java

Author: otis
Date: Thu May 17 13:01:40 2007
New Revision: 539098

URL: http://svn.apache.org/viewvc?view=rev&rev=539098
Log:
- Typo

Modified:
    lucene/solr/trunk/src/java/org/apache/solr/search/DocListAndSet.java
    lucene/solr/trunk/src/java/org/apache/solr/search/DocSlice.java

Modified: lucene/solr/trunk/src/java/org/apache/solr/search/DocListAndSet.java
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/search/DocListAndSet.java?view=diff&rev=539098&r1=539097&r2=539098
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/search/DocListAndSet.java (original)
+++ lucene/solr/trunk/src/java/org/apache/solr/search/DocListAndSet.java Thu May 17 13:01:40 2007
@@ -19,8 +19,8 @@
 
 
 /**
- * A struct who's only purpose is to hold both a DocList and a DocSet so that both
- * may be returned from a single method.
+ * A struct whose only purpose is to hold both a {@link DocList} and a {@link DocSet}
+ * so that both may be returned from a single method.
  * <p>
  * The DocList and DocSet returned should <b>not</b> be modified as they may
  * have been retrieved or inserted into a cache and should be considered shared.

Modified: lucene/solr/trunk/src/java/org/apache/solr/search/DocSlice.java
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/search/DocSlice.java?view=diff&rev=539098&r1=539097&r2=539098
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/search/DocSlice.java (original)
+++ lucene/solr/trunk/src/java/org/apache/solr/search/DocSlice.java Thu May 17 13:01:40 2007
@@ -34,7 +34,7 @@
   final float maxScore;
 
   /**
-   * Primary constructer for a DocSlice instance.
+   * Primary constructor for a DocSlice instance.
    *
    * @param offset  starting offset for this range of docs
    * @param len     length of results