File tree Expand file tree Collapse file tree
src/main/java/org/archive Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 * ====================================================================
1616 *
1717 */
18- package org .archive .util . httpclient ;
18+ package org .archive .httpclient ;
1919
2020import java .io .IOException ;
2121import java .io .InputStream ;
Original file line number Diff line number Diff line change 1010import org .apache .commons .httpclient .HttpClient ;
1111import org .apache .commons .httpclient .HttpConnectionManager ;
1212import org .apache .commons .httpclient .params .HttpClientParams ;
13+ import org .archive .httpclient .ThreadLocalHttpConnectionManager ;
1314import org .archive .util .binsearch .impl .HTTPSeekableLineReader ;
1415import org .archive .util .binsearch .impl .HTTPSeekableLineReaderFactory ;
15- import org .archive .util .httpclient .ThreadLocalHttpConnectionManager ;
1616
1717public class ApacheHttp31SLRFactory extends HTTPSeekableLineReaderFactory {
1818 private final static Logger LOGGER = Logger .getLogger (ApacheHttp31SLRFactory .class .getName ());
You can’t perform that action at this time.
0 commit comments