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

acosentino 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 363a7a3  Fixed CS for Camel-package-maven-plugin
363a7a3 is described below

commit 363a7a3335e60f3bde5c0badf2a96877e1cef37b
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jul 9 08:23:49 2019 +0200

    Fixed CS for Camel-package-maven-plugin
---
 .../src/main/java/org/apache/camel/maven/packaging/MvelHelper.java   | 2 +-
 .../test/java/org/apache/camel/maven/packaging/MvelHelperTest.java   | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/MvelHelper.java
 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/MvelHelper.java
index 13ea42d..fa02f40 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/MvelHelper.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/MvelHelper.java
@@ -1,4 +1,4 @@
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git 
a/tooling/maven/camel-package-maven-plugin/src/test/java/org/apache/camel/maven/packaging/MvelHelperTest.java
 
b/tooling/maven/camel-package-maven-plugin/src/test/java/org/apache/camel/maven/packaging/MvelHelperTest.java
index ac9e031..4626260 100644
--- 
a/tooling/maven/camel-package-maven-plugin/src/test/java/org/apache/camel/maven/packaging/MvelHelperTest.java
+++ 
b/tooling/maven/camel-package-maven-plugin/src/test/java/org/apache/camel/maven/packaging/MvelHelperTest.java
@@ -1,4 +1,4 @@
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -61,6 +61,7 @@ public class MvelHelperTest {
             arguments("some http://example.com here", "some 
\\http://example.com here"),
             arguments("https://example.com";, "\\https://example.com";),
             arguments("ftp://example.com";, "\\ftp://example.com";),
-            arguments("Sets the POST URL for zipkin's <a 
href=\"http://zipkin.io/zipkin-api/#/\";>v2 api</a>, usually 
\"http://zipkinhost:9411/api/v2/spans\"";, "Sets the POST URL for zipkin's <a 
href=\"http://zipkin.io/zipkin-api/#/\";>v2 api</a>, usually 
\"\\http://zipkinhost:9411/api/v2/spans\"";));
+            arguments("Sets the POST URL for zipkin's <a 
href=\"http://zipkin.io/zipkin-api/#/\";>v2 api</a>, usually 
\"http://zipkinhost:9411/api/v2/spans\"";, 
+            "Sets the POST URL for zipkin's <a 
href=\"http://zipkin.io/zipkin-api/#/\";>v2 api</a>, usually 
\"\\http://zipkinhost:9411/api/v2/spans\"";));
     }
 }

Reply via email to