protected => public getInternal
This commit is contained in:
parent
044edefa12
commit
52f98c739b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user