Skip to content

Commit 32b260c

Browse files
artembilanspring-builds
authored andcommitted
Fix Checkstyle for MessageProducerSpec.role(String)
(cherry picked from commit 0613f0c)
1 parent daa5c91 commit 32b260c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-core/src/main/java/org/springframework/integration/dsl/MessageProducerSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ public S autoStartup(boolean autoStartup) {
7575
* Such endpoints can be started/stopped as a group.
7676
* @param role the role for this endpoint.
7777
* @return the endpoint spec
78+
* @since 6.1.8
7879
* @see org.springframework.context.SmartLifecycle
7980
* @see org.springframework.integration.support.SmartLifecycleRoleController
80-
* @since 6.1.8
8181
*/
8282
public S role(String role) {
8383
this.target.setRole(role);

0 commit comments

Comments
 (0)