Thanks for taking care of this. Sorry about that. For some reason, my eclipse workspace isn't flagging these like it's supposed to unless I completely clean the project and rebuild. Not sure what's going on with it. May need to rebuild my eclipse workspace. :-(
Dan On Tue December 15 2009 6:11:37 am [email protected] wrote: > 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/or > g/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; > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
