You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/09/18 07:04:46 UTC

[camel] branch master updated: CAMEL-15478: Fixed CS

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

davsclaus 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 106eed7  CAMEL-15478: Fixed CS
106eed7 is described below

commit 106eed7b98a2e59214c151adb74be75a27583786
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Sep 18 09:04:25 2020 +0200

    CAMEL-15478: Fixed CS
---
 .../src/main/java/org/apache/camel/maven/packaging/SchemaHelper.java   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SchemaHelper.java b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SchemaHelper.java
index d417d27..e164643 100644
--- a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SchemaHelper.java
+++ b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SchemaHelper.java
@@ -20,6 +20,9 @@ import java.util.Locale;
 
 public final class SchemaHelper {
 
+    private SchemaHelper() {
+    }
+
     /**
      * Converts the string from dash format into camel case (hello-great-world -> helloGreatWorld)
      *