Fixed the CS error of camel-karaf-component

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

Branch: refs/heads/master
Commit: 49ab630dd0ca1ce51475038d3bb6d857bebef833
Parents: 4c5ae14
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Wed Nov 12 16:13:05 2014 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Wed Nov 12 17:14:38 2014 +0800

----------------------------------------------------------------------
 .../main/java/org/apache/camel/karaf/commands/ComponentList.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/49ab630d/platforms/karaf/commands/src/main/java/org/apache/camel/karaf/commands/ComponentList.java
----------------------------------------------------------------------
diff --git 
a/platforms/karaf/commands/src/main/java/org/apache/camel/karaf/commands/ComponentList.java
 
b/platforms/karaf/commands/src/main/java/org/apache/camel/karaf/commands/ComponentList.java
index 1c196a3..43d1a69 100644
--- 
a/platforms/karaf/commands/src/main/java/org/apache/camel/karaf/commands/ComponentList.java
+++ 
b/platforms/karaf/commands/src/main/java/org/apache/camel/karaf/commands/ComponentList.java
@@ -51,7 +51,7 @@ public class ComponentList extends CamelCommandSupport {
 
     @Option(name = "--verbose", aliases = "-v", description = "Verbose output 
which shows more information",
             required = false, multiValued = false, valueToShowInHelp = "false")
-    boolean verbose = false;
+    boolean verbose;
 
     protected Object doExecute() throws Exception {
         List<Map<String, String>> components = 
camelController.listComponents(name);

Reply via email to