You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2024/01/25 11:31:37 UTC

(camel) branch release/3.22.1 updated: [Minor] Apply formatter

This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch release/3.22.1
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/release/3.22.1 by this push:
     new cb731eab088 [Minor] Apply formatter
cb731eab088 is described below

commit cb731eab088e6ec76aabd08bdf44ab68cab897e5
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Thu Jan 25 12:31:23 2024 +0100

    [Minor] Apply formatter
---
 .../camel/processor/idempotent/kafka/KafkaIdempotentRepository.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-kafka/src/main/java/org/apache/camel/processor/idempotent/kafka/KafkaIdempotentRepository.java b/components/camel-kafka/src/main/java/org/apache/camel/processor/idempotent/kafka/KafkaIdempotentRepository.java
index 3ae33f5a546..b0340feeb55 100644
--- a/components/camel-kafka/src/main/java/org/apache/camel/processor/idempotent/kafka/KafkaIdempotentRepository.java
+++ b/components/camel-kafka/src/main/java/org/apache/camel/processor/idempotent/kafka/KafkaIdempotentRepository.java
@@ -306,8 +306,8 @@ public class KafkaIdempotentRepository extends ServiceSupport implements Idempot
     /**
      * Sets the group id of the Kafka consumer.
      *
-     * @param groupId The poll duration in milliseconds.
-     * @deprecated The parameter groupId is ignored.
+     * @param      groupId The poll duration in milliseconds.
+     * @deprecated         The parameter groupId is ignored.
      */
     @Deprecated
     public void setGroupId(String groupId) {