From commits-return-61983-archive-asf-public=cust-asf.ponee.io@camel.apache.org Sun Mar 18 10:50:59 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 E9BD6180645 for ; Sun, 18 Mar 2018 10:50:58 +0100 (CET) Received: (qmail 62762 invoked by uid 500); 18 Mar 2018 09:50:57 -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 62753 invoked by uid 99); 18 Mar 2018 09:50:57 -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; Sun, 18 Mar 2018 09:50:57 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4D496807C3; Sun, 18 Mar 2018 09:50:57 +0000 (UTC) Date: Sun, 18 Mar 2018 09:50:57 +0000 To: "commits@camel.apache.org" Subject: [camel] branch camel-2.19.x updated: Fix Checkstyle issues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152136665708.19772.4214676034991017946@gitbox.apache.org> From: gzurowski@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/camel-2.19.x X-Git-Reftype: branch X-Git-Oldrev: 215ed9c9a74e5b37f1f812e31fd4623a463aedf5 X-Git-Newrev: 9b30472c7936543b348a677a2e18256ab5403f05 X-Git-Rev: 9b30472c7936543b348a677a2e18256ab5403f05 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. gzurowski pushed a commit to branch camel-2.19.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.19.x by this push: new 9b30472 Fix Checkstyle issues 9b30472 is described below commit 9b30472c7936543b348a677a2e18256ab5403f05 Author: Gregor Zurowski AuthorDate: Sun Mar 18 10:50:05 2018 +0100 Fix Checkstyle issues Signed-off-by: Gregor Zurowski --- .../test/java/org/apache/camel/impl/ProducerCacheNonSingletonTest.java | 2 +- .../camel/issues/SplitterParallelRuntimeExceptionInHasNextOrNext.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camel-core/src/test/java/org/apache/camel/impl/ProducerCacheNonSingletonTest.java b/camel-core/src/test/java/org/apache/camel/impl/ProducerCacheNonSingletonTest.java index d588cbc..4f4baf7 100644 --- a/camel-core/src/test/java/org/apache/camel/impl/ProducerCacheNonSingletonTest.java +++ b/camel-core/src/test/java/org/apache/camel/impl/ProducerCacheNonSingletonTest.java @@ -85,7 +85,7 @@ public class ProducerCacheNonSingletonTest extends ContextTestSupport { private class MyDummyProducer extends DefaultProducer { - public MyDummyProducer(Endpoint endpoint) { + MyDummyProducer(Endpoint endpoint) { super(endpoint); } diff --git a/camel-core/src/test/java/org/apache/camel/issues/SplitterParallelRuntimeExceptionInHasNextOrNext.java b/camel-core/src/test/java/org/apache/camel/issues/SplitterParallelRuntimeExceptionInHasNextOrNext.java index 5eeafd2..7f46e3a 100644 --- a/camel-core/src/test/java/org/apache/camel/issues/SplitterParallelRuntimeExceptionInHasNextOrNext.java +++ b/camel-core/src/test/java/org/apache/camel/issues/SplitterParallelRuntimeExceptionInHasNextOrNext.java @@ -100,7 +100,7 @@ public class SplitterParallelRuntimeExceptionInHasNextOrNext extends ContextTest static class CustomIterator implements Iterator, Closeable { - private int index = 0; + private int index; private InputStream request; private boolean errorInHasNext; -- To stop receiving notification emails like this one, please contact gzurowski@apache.org.