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


The following commit(s) were added to refs/heads/main by this push:
     new 5afa99190a0 (chores) fixed formatting
5afa99190a0 is described below

commit 5afa99190a00a908fb12a7018e9e99f6599e956c
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Jun 27 10:57:47 2022 +0200

    (chores) fixed formatting
---
 .../camel/component/kubernetes/properties/BasePropertiesFunction.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/properties/BasePropertiesFunction.java
 
b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/properties/BasePropertiesFunction.java
index 60866c13204..882b25a161a 100644
--- 
a/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/properties/BasePropertiesFunction.java
+++ 
b/components/camel-kubernetes/src/main/java/org/apache/camel/component/kubernetes/properties/BasePropertiesFunction.java
@@ -129,7 +129,6 @@ abstract class BasePropertiesFunction extends 
ServiceSupport implements Properti
                     for (var e : copy.entrySet()) {
                         LOG.warn("Property not auto-configured: 
camel.kubernetes-client.{}={}", e.getKey(), e.getValue());
                     }
-                    ;
                 }
             } else {
                 // create a default client to use

Reply via email to