You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/05/27 10:33:43 UTC

[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 <wi...@gmail.com>
Authored: Tue May 27 16:33:32 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
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<Map<String, Object>> {
         }
     }
 
-    private static interface Column {
+    private interface Column {
 
         String getName();