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 ho...@apache.org on 2007/10/05 22:31:42 UTC

svn commit: r582381 - /lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java

Author: hossman
Date: Fri Oct  5 13:31:42 2007
New Revision: 582381

URL: http://svn.apache.org/viewvc?rev=582381&view=rev
Log:
javadoc typo

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

Modified: lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java?rev=582381&r1=582380&r2=582381&view=diff
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java Fri Oct  5 13:31:42 2007
@@ -78,7 +78,7 @@
 
   /**
    * Advances to the document matching this Scorer with the lowest doc Id
-   * greater then the current value of {@link doc()} (or to the matching
+   * greater then the current value of {@link #doc()} (or to the matching
    * document with the lowest doc Id if next has never been called on
    * this Scorer).
    *