update some comments

pull/44/head
yihua.huang 11 years ago
parent 04fcf3193f
commit f63d33b457

@ -23,10 +23,10 @@ public interface Scheduler {
public void push(Request request, Task task);
/**
*
* get an url to crawl
*
* @param task SchedulerTask
* @return
* @param task the task of spider
* @return the url to crawl
*/
public Request poll(Task task);

Loading…
Cancel
Save