From commits-return-62318-archive-asf-public=cust-asf.ponee.io@camel.apache.org Wed Apr 4 15:42:23 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DB089180675 for ; Wed, 4 Apr 2018 15:42:22 +0200 (CEST) Received: (qmail 32081 invoked by uid 500); 4 Apr 2018 13:42:22 -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 32058 invoked by uid 99); 4 Apr 2018 13:42:21 -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; Wed, 04 Apr 2018 13:42:21 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 49D7982F73; Wed, 4 Apr 2018 13:42:21 +0000 (UTC) Date: Wed, 04 Apr 2018 13:42:22 +0000 To: "commits@camel.apache.org" Subject: [camel] 02/02: CAMEL-12419 - Fixed CS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: acosentino@apache.org In-Reply-To: <152284934084.8305.12484752550651590816@gitbox.apache.org> References: <152284934084.8305.12484752550651590816@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/camel-2.21.x X-Git-Reftype: branch X-Git-Rev: 1726041e8d54968db5b63465560f6e4659f4e908 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180404134221.49D7982F73@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.21.x in repository https://gitbox.apache.org/repos/asf/camel.git commit 1726041e8d54968db5b63465560f6e4659f4e908 Author: Andrea Cosentino AuthorDate: Wed Apr 4 15:39:41 2018 +0200 CAMEL-12419 - Fixed CS --- .../apache/camel/component/elasticsearch/ElasticsearchBulkTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBulkTest.java b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBulkTest.java index 6d3e112..780c30a 100644 --- a/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBulkTest.java +++ b/components/camel-elasticsearch-rest/src/test/java/org/apache/camel/component/elasticsearch/ElasticsearchBulkTest.java @@ -24,9 +24,10 @@ import org.apache.camel.builder.RouteBuilder; import org.elasticsearch.action.bulk.BulkItemResponse; import org.elasticsearch.action.bulk.BulkRequest; import org.elasticsearch.action.index.IndexRequest; +import org.junit.Test; + import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.CoreMatchers.notNullValue; -import org.junit.Test; public class ElasticsearchBulkTest extends ElasticsearchBaseTest { -- To stop receiving notification emails like this one, please contact acosentino@apache.org.