CAMEL-10327 - Fixed CS

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

Branch: refs/heads/master
Commit: 9c37e8bfa4c495d7f67617e70421b97c1ab7115b
Parents: 0c0811e
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Mon Oct 17 11:42:10 2016 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Mon Oct 17 13:11:29 2016 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/camel/component/drill/DrillEndpoint.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/9c37e8bf/components/camel-drill/src/main/java/org/apache/camel/component/drill/DrillEndpoint.java
----------------------------------------------------------------------
diff --git 
a/components/camel-drill/src/main/java/org/apache/camel/component/drill/DrillEndpoint.java
 
b/components/camel-drill/src/main/java/org/apache/camel/component/drill/DrillEndpoint.java
index 708f42c..380b7ef 100644
--- 
a/components/camel-drill/src/main/java/org/apache/camel/component/drill/DrillEndpoint.java
+++ 
b/components/camel-drill/src/main/java/org/apache/camel/component/drill/DrillEndpoint.java
@@ -52,7 +52,7 @@ public class DrillEndpoint extends DefaultPollingEndpoint {
     private String directory = "";
     @UriParam(defaultValue = "")
     private String clusterId = "";
-    @UriParam(defaultValue = "ZK", enums="ZK,DRILLBIT")
+    @UriParam(defaultValue = "ZK", enums = "ZK,DRILLBIT")
     private DrillConnectionMode mode = DrillConnectionMode.ZK;
 
     /**

Reply via email to