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 ecac8ca  Fixed CS
ecac8ca is described below

commit ecac8cadb244bdbea307bceae8eb1626f6cfee9d
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Jun 4 06:49:55 2020 +0200

    Fixed CS
---
 .../org/apache/camel/maven/config/ConnectorConfigGeneratorUtils.java | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-debezium-common/camel-debezium-maven-plugin/src/main/java/org/apache/camel/maven/config/ConnectorConfigGeneratorUtils.java
 
b/components/camel-debezium-common/camel-debezium-maven-plugin/src/main/java/org/apache/camel/maven/config/ConnectorConfigGeneratorUtils.java
index ab1fa3c..437b6d9 100644
--- 
a/components/camel-debezium-common/camel-debezium-maven-plugin/src/main/java/org/apache/camel/maven/config/ConnectorConfigGeneratorUtils.java
+++ 
b/components/camel-debezium-common/camel-debezium-maven-plugin/src/main/java/org/apache/camel/maven/config/ConnectorConfigGeneratorUtils.java
@@ -18,10 +18,13 @@ package org.apache.camel.maven.config;
 
 import java.time.Duration;
 
-public class ConnectorConfigGeneratorUtils {
+public final class ConnectorConfigGeneratorUtils {
 
     private static final int ONE_UNIT = 1;
 
+    private ConnectorConfigGeneratorUtils() {       
+    }
+
     /**
      * This will print time in human readable format from milliseconds.
      * Examples:

Reply via email to