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


##########
protocols/smtp/src/main/java/org/apache/james/protocols/smtp/core/ReceivedDataLineFilter.java:
##########
@@ -165,7 +171,7 @@ protected Response onHeadersLine(SMTPSession session, 
byte[] line, LineHandler<S
      */
     private Response addHeaders(SMTPSession session, byte[] line, 
LineHandler<SMTPSession> next) {
         Response response;
-        for (Header header: headers(session)) {
+        for (Header header : headers(session)) {

Review Comment:
   Checkstyle



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