Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC92F18F01 for ; Fri, 3 Jul 2015 20:23:46 +0000 (UTC) Received: (qmail 88037 invoked by uid 500); 3 Jul 2015 20:23:46 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 87888 invoked by uid 500); 3 Jul 2015 20:23:46 -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 87532 invoked by uid 99); 3 Jul 2015 20:23:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2015 20:23:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 06D8DE3685; Fri, 3 Jul 2015 20:23:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: acosentino@apache.org To: commits@camel.apache.org Date: Fri, 03 Jul 2015 20:23:56 -0000 Message-Id: <663f5ad85b9f4db783e0884b8963365e@git.apache.org> In-Reply-To: <6ced8f6c9e6748aa9331ccf1d270cf56@git.apache.org> References: <6ced8f6c9e6748aa9331ccf1d270cf56@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/13] camel git commit: Fixed CS 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 Authored: Fri Jul 3 22:14:23 2015 +0200 Committer: Andrea Cosentino 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 { return true; } - public void clear() { - jdbc.update("DELETE * FROM ProcessedPayments"); - } + public void clear() { + jdbc.update("DELETE * FROM ProcessedPayments"); + } public void start() throws Exception { // noop