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

[camel] branch master updated: Camel-Util: Fixed CS

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 ff1bb18  Camel-Util: Fixed CS
ff1bb18 is described below

commit ff1bb18cc7075853df2695e4192ea858495ee06f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 3 19:29:39 2020 +0100

    Camel-Util: Fixed CS
---
 .../camel-util/src/main/java/org/apache/camel/util/CamelURIParser.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/camel-util/src/main/java/org/apache/camel/util/CamelURIParser.java b/core/camel-util/src/main/java/org/apache/camel/util/CamelURIParser.java
index 0cf88e0..0626864 100644
--- a/core/camel-util/src/main/java/org/apache/camel/util/CamelURIParser.java
+++ b/core/camel-util/src/main/java/org/apache/camel/util/CamelURIParser.java
@@ -23,6 +23,9 @@ package org.apache.camel.util;
  * Camel does not use or need.
  */
 public final class CamelURIParser {
+ 
+    private CamelURIParser() {
+    }
 
     /**
      * Parses the URI.