This is an automated email from the ASF dual-hosted git repository.

janstey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new c1c1db0  Fix CS
c1c1db0 is described below

commit c1c1db0a15b21fa3f7892a436072df322b9f5d0b
Author: Jonathan Anstey <jans...@gmail.com>
AuthorDate: Thu Oct 26 09:21:53 2017 -0230

    Fix CS
---
 .../src/main/java/org/apache/camel/maven/RouteCoverageMojo.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/RouteCoverageMojo.java
 
b/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/RouteCoverageMojo.java
index 36ba108..b4f754d 100644
--- 
a/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/RouteCoverageMojo.java
+++ 
b/tooling/maven/camel-maven-plugin/src/main/java/org/apache/camel/maven/RouteCoverageMojo.java
@@ -108,7 +108,7 @@ public class RouteCoverageMojo extends AbstractExecMojo {
      * @parameter property="camel.anonymousRoutes"
      *            default-value="false"
      */
-    private boolean anonymousRoutes = false;
+    private boolean anonymousRoutes;
 
     // CHECKSTYLE:OFF
     @Override

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <commits@camel.apache.org>'].

Reply via email to