getInternal param map => Config
This commit is contained in:
parent
60ebb2c3e0
commit
d1992da844
|
@ -1,6 +1,7 @@
|
|||
package com.loafle.overflow.crawler.redis;
|
||||
|
||||
import com.loafle.overflow.crawler.Crawler;
|
||||
import com.loafle.overflow.crawler.config.Config;
|
||||
import redis.clients.jedis.Jedis;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
@ -21,7 +22,7 @@ public class RedisCralwer extends Crawler {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Object getInternal(Map<String, Object> map) throws Exception {
|
||||
public Object getInternal(Config c) throws Exception {
|
||||
LOGGER.log(Level.INFO ,"getInternal call");
|
||||
//접속
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user