chibenwa commented on code in PR #1824:
URL: https://github.com/apache/james-project/pull/1824#discussion_r1422340115


##########
server/protocols/protocols-imap4/src/test/java/org/apache/james/imapserver/netty/IMAPServerTest.java:
##########
@@ -197,6 +200,54 @@ private IMAPServer createImapServer(String 
configurationFile) throws Exception {
         return 
createImapServer(ConfigLoader.getConfig(ClassLoaderUtils.getSystemResourceAsSharedStream(configurationFile)));
     }
 
+    private Set<ConnectionCheck> defaultConnectionChecks() {
+        return Set.of(new IpConnectionCheck());

Review Comment:
   ```suggestion
           return ImmutableSet.of(new IpConnectionCheck());
   ```
   
   Dicipline...



-- 
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]

Reply via email to