Bill commented on a change in pull request #6314:
URL: https://github.com/apache/geode/pull/6314#discussion_r613425272
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/tcp/Connection.java
##########
@@ -1938,6 +1942,10 @@ public void setInUse(boolean use, long startTime, long
ackWaitThreshold, long ac
}
}
+ void setReaderThreadForTest(Thread threadForTest) {
Review comment:
add `@VisibleForTesting`
--
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]