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 2580664 commit c805221Copy full SHA for c805221
spring-kafka/src/main/java/org/springframework/kafka/config/StreamsBuilderFactoryBean.java
@@ -236,7 +236,7 @@ public int getPhase() {
236
237
public void setCleanupConfig(CleanupConfig cleanupConfig) {
238
Assert.notNull(cleanupConfig, CLEANUP_CONFIG_MUST_NOT_BE_NULL);
239
- this.cleanupConfig = cleanupConfig;
+ this.cleanupConfig = cleanupConfig; // NOSONAR (sync)
240
}
241
242
/**
0 commit comments