You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/11/03 23:07:24 UTC

[ws-axiom] branch master updated: Remove unnecessary import

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new a713ff4d6 Remove unnecessary import
a713ff4d6 is described below

commit a713ff4d6044c25c3ea7bd2b3997c03b27228a6a
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Thu Nov 3 23:07:13 2022 +0000

    Remove unnecessary import
---
 axiom-api/src/main/java/org/apache/axiom/mime/MultipartBodyWriter.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/axiom-api/src/main/java/org/apache/axiom/mime/MultipartBodyWriter.java b/axiom-api/src/main/java/org/apache/axiom/mime/MultipartBodyWriter.java
index 163ef49b8..3c715ab81 100644
--- a/axiom-api/src/main/java/org/apache/axiom/mime/MultipartBodyWriter.java
+++ b/axiom-api/src/main/java/org/apache/axiom/mime/MultipartBodyWriter.java
@@ -24,7 +24,6 @@ import java.util.List;
 
 import javax.activation.DataHandler;
 
-import org.apache.axiom.mime.Header;
 import org.apache.axiom.util.UIDGenerator;
 import org.apache.axiom.util.base64.Base64EncodingOutputStream;