update some comments

master
yihua.huang 2013-11-27 21:06:53 +08:00
parent 04fcf3193f
commit f63d33b457
1 changed files with 3 additions and 3 deletions

View File

@ -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);