This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release/3.21.1 in repository https://gitbox.apache.org/repos/asf/camel.git
commit dc2b3e4cb516536051d430a1cdf935f6cc53f16b Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sun Sep 24 11:54:43 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 581fc4f15b2..82a1ece3a22 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 @@ -1876,4 +1876,3 @@ public class KafkaConfiguration implements Cloneable, HeaderFilterStrategyAware this.isolationLevel = isolationLevel; } } -