diff --git a/wayback-core/src/main/java/org/archive/wayback/liveweb/ArcRemoteLiveWebCache.java b/wayback-core/src/main/java/org/archive/wayback/liveweb/ArcRemoteLiveWebCache.java index cb3d47d7f7..fd3fd9414d 100644 --- a/wayback-core/src/main/java/org/archive/wayback/liveweb/ArcRemoteLiveWebCache.java +++ b/wayback-core/src/main/java/org/archive/wayback/liveweb/ArcRemoteLiveWebCache.java @@ -54,9 +54,9 @@ * @see StdRemoteLiveWebCache * */ -public class RemoteLiveWebCache implements LiveWebCache { +public class ArcRemoteLiveWebCache implements LiveWebCache { private static final Logger LOGGER = Logger.getLogger( - RemoteLiveWebCache.class.getName()); + ArcRemoteLiveWebCache.class.getName()); protected MultiThreadedHttpConnectionManager connectionManager = null; protected HostConfiguration hostConfiguration = null; @@ -66,7 +66,7 @@ public class RemoteLiveWebCache implements LiveWebCache { /** * */ - public RemoteLiveWebCache() { + public ArcRemoteLiveWebCache() { connectionManager = new MultiThreadedHttpConnectionManager(); hostConfiguration = new HostConfiguration(); HttpClientParams params = new HttpClientParams();