Author: ningjiang
Date: Thu Dec 9 14:28:32 2010
New Revision: 1043973
URL: http://svn.apache.org/viewvc?rev=1043973&view=rev
Log:
Fixed the build error of cxf-systests-jaxws
Modified:
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ServicePortTypeImpl.java
Modified:
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ServicePortTypeImpl.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ServicePortTypeImpl.java?rev=1043973&r1=1043972&r2=1043973&view=diff
==============================================================================
---
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ServicePortTypeImpl.java
(original)
+++
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ServicePortTypeImpl.java
Thu Dec 9 14:28:32 2010
@@ -26,7 +26,7 @@ import org.apache.cxf.jaxws.schemavalida
@javax.xml.ws.BindingType(value =
"http://www.w3.org/2003/05/soap/bindings/HTTP/")
public class ServicePortTypeImpl implements ServicePortType {
- @Override
+
public CkReponseType ckR(CkRequeteType ckRIn) {
CkReponseType result = new CkReponseType();
ActionCheckMajType action = new ActionCheckMajType();