You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2017/05/18 03:49:49 UTC

[2/7] archiva-redback-core git commit: unused import

unused import

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/a54f10dd
Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/a54f10dd
Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/a54f10dd

Branch: refs/heads/master
Commit: a54f10dd22b35540a213fbf66e54295a5b822199
Parents: 0b9f6c8
Author: olivier lamy <ol...@apache.org>
Authored: Thu May 11 16:16:43 2017 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Thu May 11 16:16:43 2017 +1000

----------------------------------------------------------------------
 .../archiva/redback/rest/services/AbstractRestServicesTest.java  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/a54f10dd/redback-integrations/redback-rest/redback-rest-services/src/test/java/org/apache/archiva/redback/rest/services/AbstractRestServicesTest.java
----------------------------------------------------------------------
diff --git a/redback-integrations/redback-rest/redback-rest-services/src/test/java/org/apache/archiva/redback/rest/services/AbstractRestServicesTest.java b/redback-integrations/redback-rest/redback-rest-services/src/test/java/org/apache/archiva/redback/rest/services/AbstractRestServicesTest.java
index a6c34ef..451f99f 100644
--- a/redback-integrations/redback-rest/redback-rest-services/src/test/java/org/apache/archiva/redback/rest/services/AbstractRestServicesTest.java
+++ b/redback-integrations/redback-rest/redback-rest-services/src/test/java/org/apache/archiva/redback/rest/services/AbstractRestServicesTest.java
@@ -37,7 +37,6 @@ import org.eclipse.jetty.server.Server;
 import org.eclipse.jetty.server.ServerConnector;
 import org.eclipse.jetty.server.session.SessionHandler;
 import org.eclipse.jetty.servlet.ServletContextHandler;
-import org.eclipse.jetty.servlet.ServletHandler;
 import org.eclipse.jetty.servlet.ServletHolder;
 import org.junit.After;
 import org.junit.Before;
@@ -45,7 +44,6 @@ import org.junit.runner.RunWith;
 import org.junit.runners.JUnit4;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
-import org.slf4j.bridge.SLF4JBridgeHandler;
 import org.springframework.web.context.ContextLoaderListener;
 
 import javax.ws.rs.core.MediaType;
@@ -132,7 +130,7 @@ public abstract class AbstractRestServicesTest
         {
             log.debug( "jetty dump: {}", server.dump() );
         }
-        
+
         this.port = serverConnector.getLocalPort();
 
         log.info( "start server on port {}", this.port );