Fix Checkstyle for MessageProducerSpec.role(String)

(cherry picked from commit 0613f0c092)
This commit is contained in:
Artem Bilan
2024-04-08 16:28:14 -04:00
committed by Spring Builds
parent daa5c91519
commit 32b260ca25

View File

@@ -75,9 +75,9 @@ public abstract class MessageProducerSpec<S extends MessageProducerSpec<S, P>, 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);