File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
wayback-core/src/main/java/org/archive/wayback/liveweb Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 * @see StdRemoteLiveWebCache
5555 *
5656 */
57- public class RemoteLiveWebCache implements LiveWebCache {
57+ public class ArcRemoteLiveWebCache implements LiveWebCache {
5858 private static final Logger LOGGER = Logger .getLogger (
59- RemoteLiveWebCache .class .getName ());
59+ ArcRemoteLiveWebCache .class .getName ());
6060
6161 protected MultiThreadedHttpConnectionManager connectionManager = null ;
6262 protected HostConfiguration hostConfiguration = null ;
@@ -66,7 +66,7 @@ public class RemoteLiveWebCache implements LiveWebCache {
6666 /**
6767 *
6868 */
69- public RemoteLiveWebCache () {
69+ public ArcRemoteLiveWebCache () {
7070 connectionManager = new MultiThreadedHttpConnectionManager ();
7171 hostConfiguration = new HostConfiguration ();
7272 HttpClientParams params = new HttpClientParams ();
You can’t perform that action at this time.
0 commit comments