From commits-return-75800-apmail-camel-commits-archive=camel.apache.org@camel.apache.org Thu Aug 1 14:08:11 2019 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 [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 14A2F1933F for ; Thu, 1 Aug 2019 14:08:11 +0000 (UTC) Received: (qmail 23440 invoked by uid 500); 1 Aug 2019 14:08:10 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 23407 invoked by uid 500); 1 Aug 2019 14:08:10 -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 23398 invoked by uid 99); 1 Aug 2019 14:08:10 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2019 14:08:10 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 50C0E816C1; Thu, 1 Aug 2019 14:08:10 +0000 (UTC) Date: Thu, 01 Aug 2019 14:08:10 +0000 To: "commits@camel.apache.org" Subject: [camel] branch master updated: Removed unused imports MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156466848986.5795.6171358214681961213@gitbox.apache.org> From: acosentino@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7a4158962b71f2449a4cf94994d782b08e4d2e09 X-Git-Newrev: 370a30ac45942ce2ceda4498dfee3f22ac47c14d X-Git-Rev: 370a30ac45942ce2ceda4498dfee3f22ac47c14d X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. acosentino 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 370a30a Removed unused imports 370a30a is described below commit 370a30ac45942ce2ceda4498dfee3f22ac47c14d Author: Andrea Cosentino AuthorDate: Thu Aug 1 16:07:40 2019 +0200 Removed unused imports --- .../org/apache/camel/component/spring/ws/ConsumerBreadcrumbIdTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/ConsumerBreadcrumbIdTest.java b/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/ConsumerBreadcrumbIdTest.java index b7a14bb..16329ac 100644 --- a/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/ConsumerBreadcrumbIdTest.java +++ b/components/camel-spring-ws/src/test/java/org/apache/camel/component/spring/ws/ConsumerBreadcrumbIdTest.java @@ -20,7 +20,6 @@ import org.apache.camel.Processor; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.spring.ws.bean.CamelEndpointMapping; import org.apache.camel.component.spring.ws.jaxb.QuoteRequest; -import org.apache.camel.impl.JndiRegistry; import org.apache.camel.model.dataformat.JaxbDataFormat; import org.apache.camel.spi.Registry; import org.apache.camel.support.SimpleRegistry; @@ -93,4 +92,4 @@ public class ConsumerBreadcrumbIdTest extends CamelTestSupport { }; } -} \ No newline at end of file +}