Merge branch 'master' of github.com:code4craft/webmagic

pull/412/merge
yihua.huang 8 years ago
commit a2e7f0004b

@ -586,6 +586,7 @@ public class Spider implements Runnable, Task {
if (threadNum <= 0) {
throw new IllegalArgumentException("threadNum should be more than one!");
}
this.executorService = executorService;
return this;
}

Loading…
Cancel
Save