chibenwa commented on code in PR #1824:
URL: https://github.com/apache/james-project/pull/1824#discussion_r1408874616
##########
server/protocols/protocols-imap4/src/main/java/org/apache/james/imapserver/netty/ImapChannelUpstreamHandler.java:
##########
@@ -115,6 +118,11 @@ public ImapChannelUpstreamHandlerBuilder
authenticationConfiguration(IMAPServer.
return this;
}
+ public ImapChannelUpstreamHandlerBuilder
connectionCheckSet(Set<ConnectionCheck> connectionCheckSet) {
Review Comment:
```suggestion
public ImapChannelUpstreamHandlerBuilder
connectionChecks(Set<ConnectionCheck> connectionChecks) {
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]