Commit 53184f03 authored by 愤怒的番茄's avatar 愤怒的番茄

test

parent 644e8d1f
......@@ -30,7 +30,7 @@ public class HuabanProcessor implements PageProcessor {
@Override
public Site getSite() {
if (site == null) {
if (null == site) {
site = Site.me().setDomain("huaban.com").setSleepTime(0);
}
return site;
......
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