Skip to content

Commit

Permalink
[WARNING] Remove unused import
Browse files Browse the repository at this point in the history
Run intelliJ inspection to find unused imports
  • Loading branch information
chibenwa committed May 28, 2021
1 parent 2fe9d4d commit 33f62c6
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 10 deletions.
Expand Up @@ -41,7 +41,6 @@
import org.apache.james.mime4j.dom.field.FieldName;
import org.apache.james.mime4j.dom.field.ParsedField;
import org.apache.james.mime4j.field.Fields;
import org.apache.james.mime4j.message.BodyPartBuilder;
import org.apache.james.mime4j.message.MultipartBuilder;
import org.apache.james.mime4j.message.SingleBodyBuilder;
import org.apache.james.mime4j.stream.Field;
Expand Down
Expand Up @@ -31,7 +31,6 @@
import org.apache.james.mime4j.dom.address.Mailbox;
import org.apache.james.mime4j.dom.address.MailboxList;
import org.apache.james.mime4j.dom.field.ParseException;
import org.apache.james.mime4j.dom.field.ParsedField;
import org.apache.james.mime4j.stream.BodyDescriptorBuilder;
import org.apache.james.mime4j.stream.Field;
import org.apache.james.mime4j.stream.MimeConfig;
Expand Down
Expand Up @@ -32,7 +32,6 @@
import org.apache.james.mime4j.dom.SingleBody;
import org.apache.james.mime4j.dom.TextBody;
import org.apache.james.mime4j.io.InputStreams;
import org.apache.james.mime4j.util.CharsetUtil;
import org.apache.james.mime4j.util.ContentUtil;

/**
Expand Down
Expand Up @@ -20,7 +20,6 @@
package org.apache.james.mime4j.message;

import java.text.SimpleDateFormat;
import java.util.Arrays;
import java.util.Collections;
import java.util.Date;
import java.util.List;
Expand Down
Expand Up @@ -23,7 +23,6 @@
import java.nio.ByteBuffer;
import java.nio.CharBuffer;
import java.nio.charset.Charset;
import java.util.Objects;

/**
* Wraps a CharBuffer and exposes some convenience methods to easy parse with Mime4j.
Expand Down
Expand Up @@ -21,18 +21,15 @@
import java.io.CharConversionException;
import java.io.Closeable;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.nio.Buffer;
import java.nio.ByteBuffer;
import java.nio.CharBuffer;
import java.nio.MappedByteBuffer;
import java.nio.channels.FileChannel;
import java.nio.charset.Charset;
import java.nio.charset.CharsetDecoder;
import java.nio.charset.CoderResult;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.StandardOpenOption;
import java.util.Iterator;
Expand Down
Expand Up @@ -23,7 +23,6 @@

import java.io.IOException;
import java.io.InputStream;
import java.nio.ByteBuffer;
import java.nio.CharBuffer;
import java.nio.charset.StandardCharsets;
import java.util.Arrays;
Expand Down
Expand Up @@ -25,7 +25,6 @@

import org.apache.james.mime4j.dom.BinaryBody;
import org.apache.james.mime4j.util.ContentUtil;
;

/**
* Binary body backed by a
Expand Down

0 comments on commit 33f62c6

Please sign in to comment.