You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2022/01/29 20:03:22 UTC

[GitHub] [logging-log4j2] jvz commented on a change in pull request #736: LOG4J2-3332: SmtpAppender - option for sending buffered messages as an email attachment (text, zip, gzip)

jvz commented on a change in pull request #736:
URL: https://github.com/apache/logging-log4j2/pull/736#discussion_r795089083



##########
File path: log4j-core/src/main/java/org/apache/logging/log4j/core/net/SmtpManager.java
##########
@@ -16,24 +16,16 @@
  */
 package org.apache.logging.log4j.core.net;
 
-import java.io.ByteArrayOutputStream;
-import java.io.IOException;
-import java.io.OutputStream;
-import java.util.Date;
-import java.util.Properties;
+import java.io.*;

Review comment:
       You'll want to change your formatter import settings to not collapse them to `*` except for static imports.




-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org