You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by sc...@apache.org on 2005/02/02 19:41:58 UTC

svn commit: r149544 - incubator/muse/trunk/src/java/org/apache/ws/platform/axis/transport/http/MuwsAxisServlet.java

Author: scamp
Date: Wed Feb  2 10:41:56 2005
New Revision: 149544

URL: http://svn.apache.org/viewcvs?view=rev&rev=149544
Log:
added default constuctor

Modified:
    incubator/muse/trunk/src/java/org/apache/ws/platform/axis/transport/http/MuwsAxisServlet.java

Modified: incubator/muse/trunk/src/java/org/apache/ws/platform/axis/transport/http/MuwsAxisServlet.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/java/org/apache/ws/platform/axis/transport/http/MuwsAxisServlet.java?view=diff&r1=149543&r2=149544
==============================================================================
--- incubator/muse/trunk/src/java/org/apache/ws/platform/axis/transport/http/MuwsAxisServlet.java (original)
+++ incubator/muse/trunk/src/java/org/apache/ws/platform/axis/transport/http/MuwsAxisServlet.java Wed Feb  2 10:41:56 2005
@@ -28,6 +28,12 @@
 public class MuwsAxisServlet
    extends AxisServlet
 {
+
+    public MuwsAxisServlet()
+    {
+        super();
+    }
+
    /**
     * Clean up resources by shutting down the registration manager.
     */



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org