remove duplicate setPath in ProxyPool

pull/157/head
yihua.huang 11 years ago
parent 3734865a6a
commit 147401ce5e

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

Loading…
Cancel
Save