Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFFC518A07 for ; Sat, 17 Oct 2015 08:35:04 +0000 (UTC) Received: (qmail 33284 invoked by uid 500); 17 Oct 2015 08:35:04 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 33232 invoked by uid 500); 17 Oct 2015 08:35:04 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 33223 invoked by uid 99); 17 Oct 2015 08:35:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Oct 2015 08:35:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9E6E4E090A; Sat, 17 Oct 2015 08:35:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gzurowski@apache.org To: commits@camel.apache.org Message-Id: <596c130c7dd84296b457a80026f61e2f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: Remove unused imports Date: Sat, 17 Oct 2015 08:35:04 +0000 (UTC) Repository: camel Updated Branches: refs/heads/master 43cea21cf -> e2ef05d41 Remove unused imports Signed-off-by: Gregor Zurowski Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e2ef05d4 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e2ef05d4 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e2ef05d4 Branch: refs/heads/master Commit: e2ef05d41018b7a042a0ae4d19a8406f25e2cd51 Parents: 43cea21 Author: Gregor Zurowski Authored: Sat Oct 17 10:34:48 2015 +0200 Committer: Gregor Zurowski Committed: Sat Oct 17 10:34:48 2015 +0200 ---------------------------------------------------------------------- .../http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e2ef05d4/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java ---------------------------------------------------------------------- diff --git a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java index 868574c..05b7038 100644 --- a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java +++ b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java @@ -19,7 +19,6 @@ package org.apache.camel.component.netty4.http; import io.netty.handler.codec.http.FullHttpRequest; import org.apache.camel.Exchange; -import org.apache.camel.Message; import org.apache.camel.Processor; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.http.HttpMethods;