Author: siren
Date: Fri Jan  5 10:17:01 2007
New Revision: 493114

URL: http://svn.apache.org/viewvc?view=rev&rev=493114
Log:
minor mod to javadoc

Modified:
    lucene/nutch/trunk/src/java/org/apache/nutch/crawl/Generator.java

Modified: lucene/nutch/trunk/src/java/org/apache/nutch/crawl/Generator.java
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/src/java/org/apache/nutch/crawl/Generator.java?view=diff&rev=493114&r1=493113&r2=493114
==============================================================================
--- lucene/nutch/trunk/src/java/org/apache/nutch/crawl/Generator.java (original)
+++ lucene/nutch/trunk/src/java/org/apache/nutch/crawl/Generator.java Fri Jan  
5 10:17:01 2007
@@ -353,7 +353,10 @@
         .currentTimeMillis(), true, false);
   }
 
-  /** Generate fetchlists in a segment. */
+  /**
+   * Generate fetchlists in a segment.
+   * @return Path to generated segment or null if no entries were selected.
+   * */
   public Path generate(Path dbDir, Path segments,
                        int numLists, long topN, long curTime, boolean filter,
                        boolean force)



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to