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/01/31 18:44:38 UTC

[2/2] camel git commit: Fixed CS. This closes #1434

Fixed CS. This closes #1434


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

Branch: refs/heads/master
Commit: 95078e40597fd5012167ae34d9d0af030bcd22df
Parents: bfc113a
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Jan 31 19:44:29 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Jan 31 19:44:29 2017 +0100

----------------------------------------------------------------------
 .../remoting/MultiArgumentsWithDefaultBindingService.java      | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/95078e40/components/camel-spring/src/test/java/org/apache/camel/spring/remoting/MultiArgumentsWithDefaultBindingService.java
----------------------------------------------------------------------
diff --git a/components/camel-spring/src/test/java/org/apache/camel/spring/remoting/MultiArgumentsWithDefaultBindingService.java b/components/camel-spring/src/test/java/org/apache/camel/spring/remoting/MultiArgumentsWithDefaultBindingService.java
index 8847415..66a315f 100644
--- a/components/camel-spring/src/test/java/org/apache/camel/spring/remoting/MultiArgumentsWithDefaultBindingService.java
+++ b/components/camel-spring/src/test/java/org/apache/camel/spring/remoting/MultiArgumentsWithDefaultBindingService.java
@@ -17,10 +17,12 @@
 package org.apache.camel.spring.remoting;
 
 import java.util.Date;
-import org.apache.camel.Consume;
+
 import static junit.framework.TestCase.assertEquals;
-import static junit.framework.TestCase.assertTrue;
 import static junit.framework.TestCase.assertNotNull;
+import static junit.framework.TestCase.assertTrue;
+
+import org.apache.camel.Consume;
 
 public class MultiArgumentsWithDefaultBindingService implements MultiArgumentsWithDefaultBindingServiceInterface {