dain 2005/02/02 22:09:54
Modified: modules/core/src/java/org/openejb/server/httpd
HttpServer.java
Log:
Removed references to WaitingException (no code was actually using it)
Revision Changes Path
1.4 +3 -4
openejb/modules/core/src/java/org/openejb/server/httpd/HttpServer.java
Index: HttpServer.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/server/httpd/HttpServer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- HttpServer.java 22 Dec 2004 05:42:38 -0000 1.3
+++ HttpServer.java 3 Feb 2005 03:09:54 -0000 1.4
@@ -65,7 +65,6 @@
import org.apache.geronimo.gbean.GBeanInfoBuilder;
import org.apache.geronimo.gbean.GBeanInfo;
import org.apache.geronimo.gbean.GBeanLifecycle;
-import org.apache.geronimo.gbean.WaitingException;
import sun.net.www.protocol.http.HttpURLConnection;
/**
@@ -232,10 +231,10 @@
return listener;
}
- public void doStart() throws WaitingException, Exception {
+ public void doStart() throws Exception {
}
- public void doStop() throws WaitingException, Exception {
+ public void doStop() throws Exception {
}
public void doFail() {