This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit a3238059a5bf9f102f548f079701741540a49e70 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Fri Jan 6 16:02:19 2023 +0100 (chores) camel-consul: added missing private constructors --- .../java/org/apache/camel/component/consul/ConsulRegistry.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/camel-consul/src/main/java/org/apache/camel/component/consul/ConsulRegistry.java b/components/camel-consul/src/main/java/org/apache/camel/component/consul/ConsulRegistry.java index 88d718703e8..1b991773466 100644 --- a/components/camel-consul/src/main/java/org/apache/camel/component/consul/ConsulRegistry.java +++ b/components/camel-consul/src/main/java/org/apache/camel/component/consul/ConsulRegistry.java @@ -254,7 +254,12 @@ public class ConsulRegistry implements Registry { this.port = port; } - static class ConsulRegistryUtils { + static final class ConsulRegistryUtils { + + private ConsulRegistryUtils() { + + } + /** * Decodes using Base64. *