Author: ningjiang
Date: Sat May 14 02:37:40 2011
New Revision: 1102942

URL: http://svn.apache.org/viewvc?rev=1102942&view=rev
Log:
Try to fix the build error of ArrayServiceImpl on windows box

Modified:
    
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java

Modified: 
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java
URL: 
http://svn.apache.org/viewvc/cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java?rev=1102942&r1=1102941&r2=1102942&view=diff
==============================================================================
--- 
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java
 (original)
+++ 
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/ArrayServiceImpl.java
 Sat May 14 02:37:40 2011
@@ -26,7 +26,6 @@ import javax.jws.WebService;
             endpointInterface = "org.apache.cxf.systest.jaxws.ArrayService")
 public class ArrayServiceImpl implements ArrayService {
 
-    @Override
     public void initValueNotNull(String[] values) {
         System.out.println("values length is " + values.length);
         System.out.println("Got values: " + Arrays.asList(values));


Reply via email to