bschuchardt commented on a change in pull request #6079:
URL: https://github.com/apache/geode/pull/6079#discussion_r586573032
##########
File path:
geode-core/src/integrationTest/java/org/apache/geode/internal/net/SSLSocketHostNameVerificationIntegrationTest.java
##########
@@ -211,18 +211,17 @@ private Thread startServerNIO(final ServerSocket
serverSocket, int timeoutMillis
} catch (Throwable throwable) {
serverException = throwable;
} finally {
- if (engine != null && socket != null) {
+ if (engine != null) {
Review comment:
Intellij informed me that if (engine != null) it isn't possible that
(socket == null). I agreed & removed that check.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]