This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-3.20.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 8afee39820b0e69345ff279f3b0fd1f7cfd79707 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Tue Sep 26 10:57:39 2023 +0200 Apply formatter on kafka component --- .../main/java/org/apache/camel/component/kafka/KafkaConfiguration.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java index e4b80793328..6a0294d9b31 100755 --- a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java +++ b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java @@ -1878,4 +1878,3 @@ public class KafkaConfiguration implements Cloneable, HeaderFilterStrategyAware this.isolationLevel = isolationLevel; } } -