Revision: 17531
          http://sourceforge.net/p/gate/code/17531
Author:   markagreenwood
Date:     2014-03-04 17:49:38 +0000 (Tue, 04 Mar 2014)
Log Message:
-----------
use fully qualified class names in the javadoc if the imports have been 
removed, otherwise the class can't be found and a warning is generated

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

Modified: 
gate/trunk/src/main/gate/creole/annic/apache/lucene/search/Searchable.java
===================================================================
--- gate/trunk/src/main/gate/creole/annic/apache/lucene/search/Searchable.java  
2014-03-04 15:57:43 UTC (rev 17530)
+++ gate/trunk/src/main/gate/creole/annic/apache/lucene/search/Searchable.java  
2014-03-04 17:49:38 UTC (rev 17531)
@@ -52,13 +52,13 @@
 
   /** Expert: Returns the number of documents containing <code>term</code>.
    * Called by search code to compute term weights.
-   * @see IndexReader#docFreq(Term).
+   * @see gate.creole.annic.apache.lucene.index.IndexReader#docFreq(Term).
    */
   int docFreq(Term term) throws IOException;
 
   /** Expert: Returns one greater than the largest possible document number.
    * Called by search code to compute term weights.
-   * @see IndexReader#maxDoc().
+   * @see gate.creole.annic.apache.lucene.index.IndexReader#maxDoc().
    */
   int maxDoc() throws IOException;
 
@@ -74,7 +74,7 @@
 
   /** Expert: Returns the stored fields of document <code>i</code>.
    * Called by {@link HitCollector} implementations.
-   * @see IndexReader#document(int).
+   * @see gate.creole.annic.apache.lucene.index.IndexReader#document(int).
    */
   Document doc(int i) throws IOException;
 

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


------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to