rename FetchHTTP to LegacyFetchHTTP

This commit is contained in:
Noah Levitt
2012-09-08 00:25:14 -07:00
parent d3acf337cc
commit 917986454b
4 changed files with 3 additions and 1643 deletions
@@ -31,7 +31,7 @@ public class FetchHTTPTest extends FetchHTTPTestBase {
@Override
protected AbstractFetchHTTP makeModule() throws IOException {
FetchHTTP fetchHttp = new FetchHTTP();
LegacyFetchHTTP fetchHttp = new LegacyFetchHTTP();
fetchHttp.setCookieStorage(new SimpleCookieStorage());
fetchHttp.setServerCache(new DefaultServerCache());
CrawlMetadata uap = new CrawlMetadata();