This is an automated email from the ASF dual-hosted git repository.

tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 2090b7c80c0156c1b1febb62b5a75f846f6613d8
Author: Thomas Vandahl <t...@apache.org>
AuthorDate: Tue May 28 16:49:36 2019 +0200

    Remove unused import
---
 .../commons/jcs/auxiliary/remote/server/RemoteCacheServerFactory.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/server/RemoteCacheServerFactory.java
 
b/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/server/RemoteCacheServerFactory.java
index 4668772..63af6d9 100644
--- 
a/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/server/RemoteCacheServerFactory.java
+++ 
b/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/server/RemoteCacheServerFactory.java
@@ -20,7 +20,6 @@ package org.apache.commons.jcs.auxiliary.remote.server;
  */
 
 import java.io.IOException;
-import java.io.Serializable;
 import java.net.MalformedURLException;
 import java.rmi.Naming;
 import java.rmi.NotBoundException;

Reply via email to