This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 27e6bc5 Remove unused imports
27e6bc5 is described below
commit 27e6bc586c2244523776fe1da4292ffd64642cd0
Author: Zoran Regvart <[email protected]>
AuthorDate: Thu May 9 11:56:43 2019 +0200
Remove unused imports
---
.../org/apache/camel/component/netty4/http/NettySharedHttpServer.java | 1 -
.../apache/camel/component/netty4/http/SecurityAuthenticatorSupport.java | 1 -
.../test/java/org/apache/camel/component/netty4/NettyRedeliveryTest.java | 1 -
3 files changed, 3 deletions(-)
diff --git
a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/NettySharedHttpServer.java
b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/NettySharedHttpServer.java
index a5c9188..b907ef8 100644
---
a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/NettySharedHttpServer.java
+++
b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/NettySharedHttpServer.java
@@ -20,7 +20,6 @@ import org.apache.camel.CamelContext;
import org.apache.camel.Service;
import org.apache.camel.component.netty4.NettyServerBootstrapConfiguration;
import org.apache.camel.component.netty4.NettyServerBootstrapFactory;
-import org.apache.camel.spi.ClassResolver;
/**
* A single interface to easily configure and setup a shared Netty HTTP server
diff --git
a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/SecurityAuthenticatorSupport.java
b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/SecurityAuthenticatorSupport.java
index 0835bc5..a0f6156 100644
---
a/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/SecurityAuthenticatorSupport.java
+++
b/components/camel-netty4-http/src/main/java/org/apache/camel/component/netty4/http/SecurityAuthenticatorSupport.java
@@ -18,7 +18,6 @@ package org.apache.camel.component.netty4.http;
import java.io.IOException;
import java.security.Principal;
-import java.util.Iterator;
import java.util.Locale;
import javax.security.auth.Subject;
diff --git
a/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyRedeliveryTest.java
b/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyRedeliveryTest.java
index 91b8fbe..0ffdbc3 100644
---
a/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyRedeliveryTest.java
+++
b/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyRedeliveryTest.java
@@ -23,7 +23,6 @@ import java.net.ServerSocket;
import java.net.Socket;
import java.net.SocketTimeoutException;
import java.util.Deque;
-import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.LinkedBlockingDeque;