You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2020/04/22 02:32:12 UTC

[james-project] 32/37: JAMES-2997 Fix checkstyle in AttachmentMapper

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 <bt...@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-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org