JAMES-2340 Fix Eclipse warnings
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/9ddc6ffc Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/9ddc6ffc Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/9ddc6ffc Branch: refs/heads/master Commit: 9ddc6ffc7e737c9cb5e2fcececb1610457d03234 Parents: 12bbac5 Author: Antoine Duprat <[email protected]> Authored: Fri Mar 30 15:10:33 2018 +0200 Committer: Antoine Duprat <[email protected]> Committed: Tue Apr 3 13:03:41 2018 +0200 ---------------------------------------------------------------------- .../org/apache/james/transport/mailets/StripAttachmentTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/9ddc6ffc/mailet/standard/src/test/java/org/apache/james/transport/mailets/StripAttachmentTest.java ---------------------------------------------------------------------- diff --git a/mailet/standard/src/test/java/org/apache/james/transport/mailets/StripAttachmentTest.java b/mailet/standard/src/test/java/org/apache/james/transport/mailets/StripAttachmentTest.java index 850561c..202b15a 100644 --- a/mailet/standard/src/test/java/org/apache/james/transport/mailets/StripAttachmentTest.java +++ b/mailet/standard/src/test/java/org/apache/james/transport/mailets/StripAttachmentTest.java @@ -34,7 +34,6 @@ import java.util.Map; import java.util.Optional; import javax.mail.MessagingException; -import javax.mail.Multipart; import javax.mail.Part; import javax.mail.internet.MimeBodyPart; import javax.mail.internet.MimeMessage; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
