From 32b260ca257a0ea79d350ee60aaa1f2d970a7c35 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 8 Apr 2024 16:28:14 -0400 Subject: [PATCH] Fix Checkstyle for `MessageProducerSpec.role(String)` (cherry picked from commit 0613f0c09274ce455e379a195de70b4d98624a7a) --- .../springframework/integration/dsl/MessageProducerSpec.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/dsl/MessageProducerSpec.java b/spring-integration-core/src/main/java/org/springframework/integration/dsl/MessageProducerSpec.java index c08c1afd15..6887badb28 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/dsl/MessageProducerSpec.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/dsl/MessageProducerSpec.java @@ -75,9 +75,9 @@ public abstract class MessageProducerSpec, P * Such endpoints can be started/stopped as a group. * @param role the role for this endpoint. * @return the endpoint spec + * @since 6.1.8 * @see org.springframework.context.SmartLifecycle * @see org.springframework.integration.support.SmartLifecycleRoleController - * @since 6.1.8 */ public S role(String role) { this.target.setRole(role);