Arsnael commented on code in PR #2410: URL: https://github.com/apache/james-project/pull/2410#discussion_r1776579594
########## server/protocols/protocols-imap4/src/test/java/org/apache/james/imapserver/netty/IMAPServerTest.java: ########## @@ -3305,15 +3305,15 @@ void tearDown() { void shouldSupportManyConcurrentSSLConnections() throws Exception { //Failed for 3.7.0, this serves as a non regression test ConcurrentTestRunner.builder() - .operation((a, b) -> { - IMAPSClient imapsClient = imapsImplicitClient(port); - boolean capability = imapsClient.capability(); - assertThat(capability).isTrue(); - imapsClient.close(); - }) - .threadCount(10) - .operationCount(200) - .runSuccessfullyWithin(Duration.ofMinutes(10)); + .operation((a, b) -> { + IMAPSClient imapsClient = imapsImplicitClient(port); + boolean capability = imapsClient.capability(); + assertThat(capability).isTrue(); + imapsClient.close(); + }) + .threadCount(10) + .operationCount(200) + .runSuccessfullyWithin(Duration.ofMinutes(10)); Review Comment: Can you revert all those unnecessary indents in that file please? -- 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: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org