remove duplicate setPath in ProxyPool

master
yihua.huang 2014-09-09 22:58:44 +08:00
parent 3734865a6a
commit 147401ce5e
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ public class ProxyPool {
if (!new File(proxyFilePath).exists()) {
setFilePath();
}
setFilePath();
readProxyList();
timer.schedule(saveProxyTask, 0, saveProxyInterval);
}