hanxianlong commented on a change in pull request #813:
URL: https://github.com/apache/james-project/pull/813#discussion_r777843834



##########
File path: 
server/container/core/src/main/java/org/apache/james/server/core/MailHeaders.java
##########
@@ -19,17 +19,16 @@
 
 package org.apache.james.server.core;
 
+import org.apache.mailet.base.RFC2822Headers;
+
+import javax.mail.MessagingException;
+import javax.mail.internet.InternetHeaders;
 import java.io.ByteArrayOutputStream;
 import java.io.InputStream;
 import java.io.OutputStream;
 import java.io.Serializable;
 import java.util.Enumeration;
 
-import javax.mail.MessagingException;
-import javax.mail.internet.InternetHeaders;
-
-import org.apache.mailet.base.RFC2822Headers;
-

Review comment:
       Actually, when I cloned the master branch, I cannot compiled it succeed 
because of the checkstyle. So I just comment the checkstyle and then compiled 
succeeded.....




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