Fixed CS

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

Branch: refs/heads/master
Commit: 8610b4a97e3dcc427c4de1d35a2fa2cd4fa6df7f
Parents: 1cb5207
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Fri Jul 3 22:14:23 2015 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Fri Jul 3 22:14:23 2015 +0200

----------------------------------------------------------------------
 .../camel/itest/idempotent/JdbcIdempotentRepository.java       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8610b4a9/tests/camel-itest/src/test/java/org/apache/camel/itest/idempotent/JdbcIdempotentRepository.java
----------------------------------------------------------------------
diff --git 
a/tests/camel-itest/src/test/java/org/apache/camel/itest/idempotent/JdbcIdempotentRepository.java
 
b/tests/camel-itest/src/test/java/org/apache/camel/itest/idempotent/JdbcIdempotentRepository.java
index cf4a45c..93b9ea1 100644
--- 
a/tests/camel-itest/src/test/java/org/apache/camel/itest/idempotent/JdbcIdempotentRepository.java
+++ 
b/tests/camel-itest/src/test/java/org/apache/camel/itest/idempotent/JdbcIdempotentRepository.java
@@ -56,9 +56,9 @@ public class JdbcIdempotentRepository implements 
IdempotentRepository<String> {
         return true;
     }
     
-       public void clear() {
-               jdbc.update("DELETE * FROM ProcessedPayments");         
-       }
+    public void clear() {
+        jdbc.update("DELETE * FROM ProcessedPayments");
+    }
 
     public void start() throws Exception {
         // noop

Reply via email to