Skip to content

Commit c805221

Browse files
committed
GH-810: Resolve Sonar issue
1 parent 2580664 commit c805221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/config/StreamsBuilderFactoryBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public int getPhase() {
236236

237237
public void setCleanupConfig(CleanupConfig cleanupConfig) {
238238
Assert.notNull(cleanupConfig, CLEANUP_CONFIG_MUST_NOT_BE_NULL);
239-
this.cleanupConfig = cleanupConfig;
239+
this.cleanupConfig = cleanupConfig; // NOSONAR (sync)
240240
}
241241

242242
/**

0 commit comments

Comments
 (0)