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 04622108A2 for ; Tue, 27 May 2014 08:33:43 +0000 (UTC) Received: (qmail 67037 invoked by uid 500); 27 May 2014 08:33:42 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 66898 invoked by uid 500); 27 May 2014 08:33:42 -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 66888 invoked by uid 99); 27 May 2014 08:33:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2014 08:33:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A39129A6674; Tue, 27 May 2014 08:33:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ningjiang@apache.org To: commits@camel.apache.org Date: Tue, 27 May 2014 08:33:43 -0000 Message-Id: <3b1de72d12bf400888dd11e800a1081e@git.apache.org> In-Reply-To: <7a047f2f4a1d4019964de48f906dc49e@git.apache.org> References: <7a047f2f4a1d4019964de48f906dc49e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: Fixed the camel-jdbc CS error Fixed the camel-jdbc CS error Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/14aab373 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/14aab373 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/14aab373 Branch: refs/heads/master Commit: 14aab373515230255ec3a77b31f28573ee430f69 Parents: 172ddfe Author: Willem Jiang Authored: Tue May 27 16:33:32 2014 +0800 Committer: Willem Jiang Committed: Tue May 27 16:33:32 2014 +0800 ---------------------------------------------------------------------- .../java/org/apache/camel/component/jdbc/ResultSetIterator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/14aab373/components/camel-jdbc/src/main/java/org/apache/camel/component/jdbc/ResultSetIterator.java ---------------------------------------------------------------------- diff --git a/components/camel-jdbc/src/main/java/org/apache/camel/component/jdbc/ResultSetIterator.java b/components/camel-jdbc/src/main/java/org/apache/camel/component/jdbc/ResultSetIterator.java index 19845f7..0c81a22 100644 --- a/components/camel-jdbc/src/main/java/org/apache/camel/component/jdbc/ResultSetIterator.java +++ b/components/camel-jdbc/src/main/java/org/apache/camel/component/jdbc/ResultSetIterator.java @@ -155,7 +155,7 @@ public class ResultSetIterator implements Iterator> { } } - private static interface Column { + private interface Column { String getName();