You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2017/12/14 18:19:16 UTC

[camel] branch master updated: CheckStyle fix

This is an automated email from the ASF dual-hosted git repository.

aldettinger 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 cc17d41  CheckStyle fix
cc17d41 is described below

commit cc17d41e765173a64f8dfda71ca8be203c405dd9
Author: aldettinger <al...@gmail.com>
AuthorDate: Thu Dec 14 17:43:06 2017 +0100

    CheckStyle fix
---
 .../camel/issues/SplitterParallelRuntimeExceptionInHasNextOrNext.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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<String>, Closeable {
 
-        private int index = 0;
+        private int index;
         private InputStream request;
         private boolean errorInHasNext;
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].