Commit 7726aabc authored by shenjunlin's avatar shenjunlin

fix sonar

parent 436edb27
......@@ -7,7 +7,6 @@ import us.codecraft.webmagic.Site;
import us.codecraft.webmagic.Spider;
import us.codecraft.webmagic.downloader.selenium.SeleniumDownloader;
import us.codecraft.webmagic.processor.PageProcessor;
import us.codecraft.webmagic.scheduler.component.HashSetDuplicateRemover;
import us.codecraft.webmagic.selector.Selectable;
import javax.management.JMException;
......@@ -35,8 +34,6 @@ public class WeiboTopSpider implements PageProcessor {
logger.info(url);
logger.info(score);
}
}
@Override
......@@ -50,5 +47,4 @@ public class WeiboTopSpider implements PageProcessor {
.thread(1);
weiboSpider.start();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment