You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mi...@apache.org on 2009/01/29 04:49:58 UTC

svn commit: r738737 - /ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/hooks/ODEAxisService.java

Author: midon
Date: Thu Jan 29 03:49:58 2009
New Revision: 738737

URL: http://svn.apache.org/viewvc?rev=738737&view=rev
Log:
Remove noise: ODEAxisService does not have to extend AxisService.

Modified:
    ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/hooks/ODEAxisService.java

Modified: ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/hooks/ODEAxisService.java
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/hooks/ODEAxisService.java?rev=738737&r1=738736&r2=738737&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/hooks/ODEAxisService.java (original)
+++ ode/branches/APACHE_ODE_1.X/axis2/src/main/java/org/apache/ode/axis2/hooks/ODEAxisService.java Thu Jan 29 03:49:58 2009
@@ -61,7 +61,7 @@
  * Implementation of Axis Service used by ODE iapi to enlist itself its service. Allows us to build the service using a
  * WSDL definition using our own receiver.
  */
-public class ODEAxisService extends AxisService {
+public class ODEAxisService {
 
     private static final Log LOG = LogFactory.getLog(ODEAxisService.class);