Author: bharath
Date: Tue Dec 15 11:11:37 2009
New Revision: 890756

URL: http://svn.apache.org/viewvc?rev=890756&view=rev
Log:
Fixed a checkstyle error due to unused import.

Modified:
    
cxf/trunk/rt/frontend/simple/src/test/java/org/apache/cxf/service/factory/ServerFactoryTest.java

Modified: 
cxf/trunk/rt/frontend/simple/src/test/java/org/apache/cxf/service/factory/ServerFactoryTest.java
URL: 
http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/simple/src/test/java/org/apache/cxf/service/factory/ServerFactoryTest.java?rev=890756&r1=890755&r2=890756&view=diff
==============================================================================
--- 
cxf/trunk/rt/frontend/simple/src/test/java/org/apache/cxf/service/factory/ServerFactoryTest.java
 (original)
+++ 
cxf/trunk/rt/frontend/simple/src/test/java/org/apache/cxf/service/factory/ServerFactoryTest.java
 Tue Dec 15 11:11:37 2009
@@ -27,7 +27,6 @@
 import org.apache.cxf.endpoint.Server;
 import org.apache.cxf.endpoint.ServerImpl;
 import org.apache.cxf.frontend.ServerFactoryBean;
-import org.apache.cxf.helpers.XMLUtils;
 import org.apache.cxf.jaxb.JAXBDataBinding;
 import org.apache.cxf.message.Message;
 import org.apache.cxf.service.model.EndpointInfo;


Reply via email to