Author: ay
Date: Fri Jun 21 11:46:43 2013
New Revision: 1495394
URL: http://svn.apache.org/r1495394
Log:
Fix compile failure
Modified:
cxf/branches/2.6.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/TestServiceImpl.java
Modified:
cxf/branches/2.6.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/TestServiceImpl.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/TestServiceImpl.java?rev=1495394&r1=1495393&r2=1495394&view=diff
==============================================================================
---
cxf/branches/2.6.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/TestServiceImpl.java
(original)
+++
cxf/branches/2.6.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/TestServiceImpl.java
Fri Jun 21 11:46:43 2013
@@ -24,7 +24,7 @@ import java.util.List;
import org.apache.cxf.systest.jaxws.base.WrapperString;
public class TestServiceImpl implements TestService {
- @Override
+
public List<WrapperString> getList() {
List<WrapperString> list = new ArrayList<WrapperString>();