You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/06/07 10:48:18 UTC

[3/5] camel git commit: checkstyle

checkstyle


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/739961c8
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/739961c8
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/739961c8

Branch: refs/heads/camel-2.19.x
Commit: 739961c8d088c4d62d1142d914d6f7c5014c021f
Parents: 3ae1b83
Author: Gary Hodgson <ga...@tup.com>
Authored: Wed Jun 7 08:50:16 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Jun 7 10:34:20 2017 +0200

----------------------------------------------------------------------
 .../apache/camel/component/ignite/IgniteCreationTest.java    | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/739961c8/components/camel-ignite/src/test/java/org/apache/camel/component/ignite/IgniteCreationTest.java
----------------------------------------------------------------------
diff --git a/components/camel-ignite/src/test/java/org/apache/camel/component/ignite/IgniteCreationTest.java b/components/camel-ignite/src/test/java/org/apache/camel/component/ignite/IgniteCreationTest.java
index 52254a4..ac9da68 100644
--- a/components/camel-ignite/src/test/java/org/apache/camel/component/ignite/IgniteCreationTest.java
+++ b/components/camel-ignite/src/test/java/org/apache/camel/component/ignite/IgniteCreationTest.java
@@ -38,8 +38,8 @@ public class IgniteCreationTest extends AbstractIgniteTest {
     }
 
     @Test
-    public void testCAMEL_11382() {
-       assertNotNull(ignite());
+    public void testCAMEL11382() {
+        assertNotNull(ignite());
     }
 
     @Override
@@ -48,8 +48,8 @@ public class IgniteCreationTest extends AbstractIgniteTest {
     }
     
     @After
-    public void stopUserManagedIgnite(){
-        if (ignite != null){
+    public void stopUserManagedIgnite() {
+        if (ignite != null) {
             Ignition.stop(ignite.name(), true);
         }
     }