mjsax commented on code in PR #18840:
URL: https://github.com/apache/kafka/pull/18840#discussion_r1947484523


##########
streams/src/test/java/org/apache/kafka/streams/StreamsConfigTest.java:
##########
@@ -234,6 +281,7 @@ public void testGetRestoreConsumerConfigs() {
         assertNull(returnedProps.get(ConsumerConfig.GROUP_ID_CONFIG));
     }
 
+    @SuppressWarnings("resource")

Review Comment:
   Some side cleanup to avoid IntelliJ warning. More if it below.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to