[jbossws-commits] JBossWS SVN: r10872 - container/jboss50/branches/ropalka/src/main/java/org/jboss/webservices/integration/endpoint.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Oct 9 08:44:27 EDT 2009


Author: richard.opalka at jboss.com
Date: 2009-10-09 08:44:26 -0400 (Fri, 09 Oct 2009)
New Revision: 10872

Modified:
   container/jboss50/branches/ropalka/src/main/java/org/jboss/webservices/integration/endpoint/EndpointAPIHttpServer.java
Log:
[JBWS-2674][JBWS-2754] removing useless start method (WIP)

Modified: container/jboss50/branches/ropalka/src/main/java/org/jboss/webservices/integration/endpoint/EndpointAPIHttpServer.java
===================================================================
--- container/jboss50/branches/ropalka/src/main/java/org/jboss/webservices/integration/endpoint/EndpointAPIHttpServer.java	2009-10-09 12:43:55 UTC (rev 10871)
+++ container/jboss50/branches/ropalka/src/main/java/org/jboss/webservices/integration/endpoint/EndpointAPIHttpServer.java	2009-10-09 12:44:26 UTC (rev 10872)
@@ -81,14 +81,6 @@
    }
 
    /**
-    * Starts an instance of this HTTP server.
-    */
-   public void start()
-   {
-      // Nothing to start, we're running inside JBoss AS
-   }
-
-   /**
     * Creates an requested HTTP context.
     *
     * @param contextRoot context root name



More information about the jbossws-commits mailing list