Repository: tomee
Updated Branches:
  refs/heads/tomee-1.7.x 07201a542 -> f40d9935f


no need of this constructor


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

Branch: refs/heads/tomee-1.7.x
Commit: f40d9935f524600eab476dfd20dd87ca72c330ab
Parents: 07201a5
Author: Romain Manni-Bucau <[email protected]>
Authored: Wed Dec 3 18:33:04 2014 +0100
Committer: Romain Manni-Bucau <[email protected]>
Committed: Wed Dec 3 18:33:04 2014 +0100

----------------------------------------------------------------------
 .../org/apache/openejb/server/cxf/WebServiceInjectionTest.java  | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/f40d9935/server/openejb-cxf/src/test/java/org/apache/openejb/server/cxf/WebServiceInjectionTest.java
----------------------------------------------------------------------
diff --git 
a/server/openejb-cxf/src/test/java/org/apache/openejb/server/cxf/WebServiceInjectionTest.java
 
b/server/openejb-cxf/src/test/java/org/apache/openejb/server/cxf/WebServiceInjectionTest.java
index 4382fc7..4c38aaf 100644
--- 
a/server/openejb-cxf/src/test/java/org/apache/openejb/server/cxf/WebServiceInjectionTest.java
+++ 
b/server/openejb-cxf/src/test/java/org/apache/openejb/server/cxf/WebServiceInjectionTest.java
@@ -161,11 +161,6 @@ public class WebServiceInjectionTest {
             super(wsdlDocumentLocation, serviceName);
         }
 
-        public MyWebservice_Service(final URL wsdlDocumentLocation, final 
QName serviceName, final WebServiceFeature... features) {
-            super(wsdlDocumentLocation, serviceName, features);
-        }
-
-
         static URL getWsdl() throws WebServiceException {
             try {
                 return new URL("http://wsdl";);

Reply via email to