Skip to content

Commit

Permalink
Update ArcRemoteLiveWebCache.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedElsayyed committed Apr 7, 2015
1 parent 4f9422a commit e980049
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -66,7 +66,7 @@ public class RemoteLiveWebCache implements LiveWebCache {
/**
*
*/
public RemoteLiveWebCache() {
public ArcRemoteLiveWebCache() {
connectionManager = new MultiThreadedHttpConnectionManager();
hostConfiguration = new HostConfiguration();
HttpClientParams params = new HttpClientParams();
Expand Down

0 comments on commit e980049

Please sign in to comment.