Skip to content

Commit 9bda6f7

Browse files
committed
PR review
Signed-off-by: Soby Chacko <[email protected]>
1 parent 0f2b7da commit 9bda6f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-kafka/src/test/java/org/springframework/kafka/core/DefaultShareConsumerFactoryTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ void shouldReturnUnmodifiableListenersList() {
144144
}
145145

146146
@Test
147+
@SuppressWarnings("try")
147148
void integrationTestDefaultShareConsumerFactory(EmbeddedKafkaBroker broker) throws Exception {
148149
final String topic = "embedded-share-test";
149150
final String groupId = "testGroup";

0 commit comments

Comments
 (0)