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

test

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