[jbossws-commits] JBossWS SVN: r15625 - stack/cxf/branches/wstrust/modules/server/src/main/java/org/jboss/wsf/stack/cxf.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Feb 9 10:56:08 EST 2012


Author: alessio.soldano at jboss.com
Date: 2012-02-09 10:56:08 -0500 (Thu, 09 Feb 2012)
New Revision: 15625

Modified:
   stack/cxf/branches/wstrust/modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerImpl.java
Log:
Removing useless import


Modified: stack/cxf/branches/wstrust/modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerImpl.java
===================================================================
--- stack/cxf/branches/wstrust/modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerImpl.java	2012-02-09 15:55:06 UTC (rev 15624)
+++ stack/cxf/branches/wstrust/modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerImpl.java	2012-02-09 15:56:08 UTC (rev 15625)
@@ -37,7 +37,6 @@
 
 import org.apache.cxf.Bus;
 import org.apache.cxf.BusException;
-import org.apache.cxf.frontend.WSDLGetInterceptor;
 import org.apache.cxf.frontend.WSDLGetUtils;
 import org.apache.cxf.service.model.EndpointInfo;
 import org.apache.cxf.transport.DestinationFactory;



More information about the jbossws-commits mailing list