k-apol commented on code in PR #19913: URL: https://github.com/apache/kafka/pull/19913#discussion_r2163606157
########## streams/src/test/java/org/apache/kafka/streams/KafkaStreamsTest.java: ########## @@ -425,7 +431,7 @@ public void shouldCloseStartupTasksAfterFirstRebalance() throws Exception { prepareThreadState(streamThreadOne, state1); prepareThreadState(streamThreadTwo, state2); try (final MockedConstruction<StateDirectory> constructed = mockConstruction(StateDirectory.class, - (mock, context) -> when(mock.initializeProcessId()).thenReturn(UUID.randomUUID()))) { + (mock, context) -> when(mock.initializeProcessId()).thenReturn(UUID.randomUUID()))) { Review Comment: Thanks, found out it was a Java-specific setting in my IDE. Resolving this one -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org