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


##########
server/protocols/protocols-imap4/src/main/java/org/apache/james/imapserver/netty/IMAPServer.java:
##########
@@ -132,6 +134,7 @@ public Optional<OidcSASLConfiguration> 
getOidcSASLConfiguration() {
     private final ImapDecoder decoder;
     private final ImapMetrics imapMetrics;
     private final GaugeRegistry gaugeRegistry;
+    private final Set<ConnectionCheck> connectionCheckSet;

Review Comment:
   ```suggestion
       private final Set<ConnectionCheck> connectionChecks;
   ```
   
   Here and everywhere.



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