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 0dabdde Remove unused imports
0dabdde is described below
commit 0dabdde26c6568f73cc7cae8bab5d9f7c528552e
Author: Zoran Regvart <[email protected]>
AuthorDate: Thu Sep 5 10:31:46 2019 +0200
Remove unused imports
---
.../test/java/org/apache/camel/component/netty/http/BaseNettyTest.java | 3 ---
.../camel/component/netty/http/NettyHttpProducerHeadersTest.java | 2 --
.../src/test/java/org/apache/camel/component/netty/BaseNettyTest.java | 3 ---
3 files changed, 8 deletions(-)
diff --git
a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/BaseNettyTest.java
b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/BaseNettyTest.java
index e0183fe..ad40817 100644
---
a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/BaseNettyTest.java
+++
b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/BaseNettyTest.java
@@ -15,8 +15,6 @@
* limitations under the License.
*/
package org.apache.camel.component.netty.http;
-import java.io.File;
-import java.io.FileOutputStream;
import java.util.Collection;
import java.util.Properties;
@@ -26,7 +24,6 @@ import io.netty.util.ResourceLeakDetector;
import org.apache.camel.BindToRegistry;
import org.apache.camel.CamelContext;
import org.apache.camel.component.properties.PropertiesComponent;
-import org.apache.camel.converter.IOConverter;
import org.apache.camel.test.AvailablePortFinder;
import org.apache.camel.test.junit4.CamelTestSupport;
import org.apache.logging.log4j.core.LogEvent;
diff --git
a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpProducerHeadersTest.java
b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpProducerHeadersTest.java
index 1814847..d7f87a7 100644
---
a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpProducerHeadersTest.java
+++
b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpProducerHeadersTest.java
@@ -20,12 +20,10 @@ import java.util.HashMap;
import java.util.Map;
import org.apache.camel.Exchange;
-import org.apache.camel.Processor;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.test.AvailablePortFinder;
import org.apache.camel.test.junit4.CamelTestSupport;
import org.junit.Assert;
-import org.junit.Ignore;
import org.junit.Test;
public class NettyHttpProducerHeadersTest extends CamelTestSupport {
diff --git
a/components/camel-netty/src/test/java/org/apache/camel/component/netty/BaseNettyTest.java
b/components/camel-netty/src/test/java/org/apache/camel/component/netty/BaseNettyTest.java
index 1d732a9..3eff1a8 100644
---
a/components/camel-netty/src/test/java/org/apache/camel/component/netty/BaseNettyTest.java
+++
b/components/camel-netty/src/test/java/org/apache/camel/component/netty/BaseNettyTest.java
@@ -16,8 +16,6 @@
*/
package org.apache.camel.component.netty;
-import java.io.File;
-import java.io.FileOutputStream;
import java.util.Collection;
import java.util.Properties;
@@ -27,7 +25,6 @@ import io.netty.util.ResourceLeakDetector;
import org.apache.camel.BindToRegistry;
import org.apache.camel.CamelContext;
import org.apache.camel.component.properties.PropertiesComponent;
-import org.apache.camel.converter.IOConverter;
import org.apache.camel.test.AvailablePortFinder;
import org.apache.camel.test.junit4.CamelTestSupport;
import org.apache.logging.log4j.core.LogEvent;