We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03cac5 commit f4e9728Copy full SHA for f4e9728
spring-kafka/src/main/java/org/springframework/kafka/config/StreamsBuilderFactoryBean.java
@@ -154,7 +154,7 @@ public void setClientSupplier(KafkaClientSupplier clientSupplier) {
154
*/
155
public void setInfrastructureCustomizer(KafkaStreamsInfrastructureCustomizer infrastructureCustomizer) {
156
Assert.notNull(infrastructureCustomizer, "'infrastructureCustomizer' must not be null");
157
- this.infrastructureCustomizer = infrastructureCustomizer;
+ this.infrastructureCustomizer = infrastructureCustomizer; // NOSONAR (sync)
158
}
159
160
/**
0 commit comments