You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by bi...@apache.org on 2020/04/14 20:01:39 UTC

[axis-axis2-java-core] 07/12: Merge r1703463 to the 1.6 branch.

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

billblough pushed a commit to branch 1_6
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit e2be4b121b60b847dd464ed8d7b4f3e230a0e047
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Feb 14 22:25:01 2016 +0000

    Merge r1703463 to the 1.6 branch.
---
 modules/saaj/test/org/apache/axis2/saaj/SOAPPartTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/saaj/test/org/apache/axis2/saaj/SOAPPartTest.java b/modules/saaj/test/org/apache/axis2/saaj/SOAPPartTest.java
index d152818..1ebb839 100644
--- a/modules/saaj/test/org/apache/axis2/saaj/SOAPPartTest.java
+++ b/modules/saaj/test/org/apache/axis2/saaj/SOAPPartTest.java
@@ -20,7 +20,6 @@
 package org.apache.axis2.saaj;
 
 import junit.framework.Assert;
-import org.apache.axiom.soap.impl.dom.soap11.SOAP11Factory;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.w3c.dom.Document;