protected => public getInternal

This commit is contained in:
jackdaw@loafle.com 2017-04-12 12:00:28 +09:00
parent 044edefa12
commit 52f98c739b

View File

@ -18,7 +18,7 @@ public abstract class Crawler {
return getInternal(getConfig(id));
}
protected abstract Object getInternal(Map<String, Object> params) throws Exception;
public abstract Object getInternal(Map<String, Object> params) throws Exception;
public Map<String,Object> getConfig(String id) throws Exception {
return configs.get(id);