Author: ningjiang
Date: Thu Jan 6 10:25:39 2011
New Revision: 1055817
URL: http://svn.apache.org/viewvc?rev=1055817&view=rev
Log:
Fixed a CS error of wsdl_first_soap12 example
Modified:
cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/src/demo/hw/server/Server.java
Modified:
cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/src/demo/hw/server/Server.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/src/demo/hw/server/Server.java?rev=1055817&r1=1055816&r2=1055817&view=diff
==============================================================================
---
cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/src/demo/hw/server/Server.java
(original)
+++
cxf/trunk/distribution/src/main/release/samples/wsdl_first_soap12/src/demo/hw/server/Server.java
Thu Jan 6 10:25:39 2011
@@ -19,8 +19,6 @@
package demo.hw.server;
-import javax.xml.ws.Endpoint;
-
import org.apache.cxf.jaxws.JaxWsServerFactoryBean;
public class Server {