Skip to content

Commit 796a419

Browse files
committed
GH-1745: Fix New Sonar Issues
1 parent 0ee2d49 commit 796a419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/retrytopic/EndpointCustomizerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class EndpointCustomizerFactory {
5757
this.retryTopicNamesProviderFactory = retryTopicNamesProviderFactory;
5858
}
5959

60-
final public EndpointCustomizer createEndpointCustomizer() {
60+
public final EndpointCustomizer createEndpointCustomizer() {
6161
return addSuffixesAndMethod(this.destinationProperties, this.beanMethod.resolveBean(this.beanFactory),
6262
this.beanMethod.getMethod());
6363
}

0 commit comments

Comments
 (0)