IOhacker commented on code in PR #5028: URL: https://github.com/apache/fineract/pull/5028#discussion_r2341756999
########## oauth2-tests/src/test/java/org/apache/fineract/oauth2tests/OAuth2AuthenticationTest.java: ########## @@ -31,10 +33,21 @@ import io.restassured.response.Response; import io.restassured.specification.RequestSpecification; import io.restassured.specification.ResponseSpecification; -import jakarta.mail.MessagingException; import java.io.IOException; +import java.net.InetSocketAddress; +import java.net.URLDecoder; +import java.nio.charset.StandardCharsets; +import java.util.List; +import java.util.Map; +import java.util.concurrent.CompletableFuture; +import java.util.concurrent.TimeUnit; +import org.jetbrains.annotations.NotNull; Review Comment: This NotNull import causes the checkstyle issue, replace with the spring not null -- 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]
