Repository: cxf Updated Branches: refs/heads/master 8364fbf72 -> 8bf20a7f2
Fix unused import Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8bf20a7f Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8bf20a7f Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8bf20a7f Branch: refs/heads/master Commit: 8bf20a7f2e176a7ac753faeb4cd9c711eda6d5ea Parents: 8364fbf Author: Daniel Kulp <[email protected]> Authored: Wed Jul 16 12:46:56 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Wed Jul 16 12:46:56 2014 -0400 ---------------------------------------------------------------------- .../wsn-core/src/test/java/org/apache/cxf/wsn/WsnBrokerTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/8bf20a7f/services/wsn/wsn-core/src/test/java/org/apache/cxf/wsn/WsnBrokerTest.java ---------------------------------------------------------------------- diff --git a/services/wsn/wsn-core/src/test/java/org/apache/cxf/wsn/WsnBrokerTest.java b/services/wsn/wsn-core/src/test/java/org/apache/cxf/wsn/WsnBrokerTest.java index c9d8d52..e8f388d 100644 --- a/services/wsn/wsn-core/src/test/java/org/apache/cxf/wsn/WsnBrokerTest.java +++ b/services/wsn/wsn-core/src/test/java/org/apache/cxf/wsn/WsnBrokerTest.java @@ -36,7 +36,6 @@ import javax.xml.bind.JAXBElement; import javax.xml.namespace.QName; import org.apache.activemq.ActiveMQConnectionFactory; -import org.apache.cxf.staxutils.StaxUtils; import org.apache.cxf.wsn.client.Consumer; import org.apache.cxf.wsn.client.CreatePullPoint; import org.apache.cxf.wsn.client.NotificationBroker;
