Skip to content

Commit 409b26b

Browse files
committed
Addressing PR review
1 parent 6058f0d commit 409b26b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ project ('spring-kafka-test') {
355355
description = 'Spring Kafka Test Support'
356356

357357
dependencies {
358-
implementation "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
358+
api "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
359359
api 'org.springframework:spring-context'
360360
api 'org.springframework:spring-test'
361361
api "org.springframework.retry:spring-retry:$springRetryVersion"

spring-kafka/src/main/java/org/springframework/kafka/support/KafkaStreamBrancher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public KafkaStreamBrancher<K, V> defaultBranch(Consumer<? super KStream<K, V>> c
9090
* Terminating method that builds branches on top of given {@code KStream}.
9191
* Applies each predicate-consumer pair sequentially to create branches.
9292
* If a default consumer exists, it will handle all records that don't match any predicates.
93-
*
9493
* @param stream {@code KStream} to split
9594
* @return the processed stream
9695
* @throws NullPointerException if stream is null

0 commit comments

Comments
 (0)