Revision: 14993
          http://gate.svn.sourceforge.net/gate/?rev=14993&view=rev
Author:   markagreenwood
Date:     2012-01-10 19:10:06 +0000 (Tue, 10 Jan 2012)
Log Message:
-----------
fix the fix

Modified Paths:
--------------
    gate/trunk/src/gate/creole/annic/apache/lucene/search/Scorer.java

Modified: gate/trunk/src/gate/creole/annic/apache/lucene/search/Scorer.java
===================================================================
--- gate/trunk/src/gate/creole/annic/apache/lucene/search/Scorer.java   
2012-01-10 18:32:08 UTC (rev 14992)
+++ gate/trunk/src/gate/creole/annic/apache/lucene/search/Scorer.java   
2012-01-10 19:10:06 UTC (rev 14993)
@@ -49,11 +49,11 @@
   public abstract boolean next(Searcher searcher) throws IOException;
   
   /** Returns the current document number.  Initially invalid, until {@link
-   * #next(Searcher))} is called the first time. */
+   * #next(Searcher)} is called the first time. */
   public abstract int doc();
 
   /** Returns the score of the current document.  Initially invalid, until
-   * {@link #next(Searcher))} is called the first time. */
+   * {@link #next(Searcher)} is called the first time. */
   public abstract float score(Searcher searcher) throws IOException;
 
   /** Skips to the first match beyond the current whose document number is

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to