This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit ee9c1b50c8726d9803314f10e9716b233a2cc034 Author: Benoit Tellier <btell...@linagora.com> AuthorDate: Fri Mar 27 13:37:12 2020 +0700 JAMES-2997 Fix checkstyle in AttachmentMapper --- .../main/java/org/apache/james/mailbox/store/mail/AttachmentMapper.java | 1 - 1 file changed, 1 deletion(-) diff --git a/mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/AttachmentMapper.java b/mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/AttachmentMapper.java index 196eb91..a25714a 100644 --- a/mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/AttachmentMapper.java +++ b/mailbox/store/src/main/java/org/apache/james/mailbox/store/mail/AttachmentMapper.java @@ -20,7 +20,6 @@ package org.apache.james.mailbox.store.mail; import java.io.IOException; import java.io.InputStream; -import java.io.UncheckedIOException; import java.util.Collection; import java.util.List; --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org