You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2014/10/07 18:55:21 UTC

[3/4] git commit: SYstest/uncat compile on Java5

SYstest/uncat compile on Java5


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/5353b61f
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/5353b61f
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/5353b61f

Branch: refs/heads/2.6.x-fixes
Commit: 5353b61f59a09361813c99e25cc0c115035c8774
Parents: 2d762c3
Author: Daniel Kulp <dk...@apache.org>
Authored: Tue Oct 7 12:45:16 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Tue Oct 7 12:45:16 2014 -0400

----------------------------------------------------------------------
 .../test/java/org/apache/cxf/systest/schemaimport/SayHiImpl.java   | 2 --
 .../test/java/org/apache/cxf/systest/schemaimport/ServiceImpl.java | 1 -
 2 files changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/5353b61f/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/SayHiImpl.java
----------------------------------------------------------------------
diff --git a/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/SayHiImpl.java b/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/SayHiImpl.java
index cb2e548..5ed5dee 100644
--- a/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/SayHiImpl.java
+++ b/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/SayHiImpl.java
@@ -33,7 +33,6 @@ import javax.xml.ws.ResponseWrapper;
             endpointInterface = "org.apache.cxf.systest.schemaimport.SayHi")
 public class SayHiImpl implements SayHi {
 
-    @Override
     @WebResult(name = "return", targetNamespace = "")
     @RequestWrapper(localName = "sayHiArray", 
                     targetNamespace = "http://apache.org/sayHi2", 
@@ -48,7 +47,6 @@ public class SayHiImpl implements SayHi {
         return list;
     }
 
-    @Override
     @WebResult(name = "return", targetNamespace = "http://apache.org/sayHi1")
     @RequestWrapper(localName = "sayHi", 
                     targetNamespace = "http://apache.org/sayHi1", 

http://git-wip-us.apache.org/repos/asf/cxf/blob/5353b61f/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/ServiceImpl.java
----------------------------------------------------------------------
diff --git a/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/ServiceImpl.java b/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/ServiceImpl.java
index ec60988..744d493 100644
--- a/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/ServiceImpl.java
+++ b/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/ServiceImpl.java
@@ -25,7 +25,6 @@ serviceName = "service_v1",
 endpointInterface = "org.apache.cxf.systest.schemaimport.ServiceV1Port")
 public class ServiceImpl implements ServiceV1Port {
 
-    @Override
     public ResponseType testRequest(RequestType request) {
         System.out.println(request.getRequest().getSomeMeasure());
         ResponseType responseType = new ResponseType();