Author: ron.sigal(a)jboss.com
Date: 2008-05-07 19:34:02 -0400 (Wed, 07 May 2008)
New Revision: 4131
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/Connector.java
Log:
JBREM-977: Removed unnecessary configureHandlers() method.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/Connector.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/Connector.java 2008-05-07
23:33:00 UTC (rev 4130)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/Connector.java 2008-05-07
23:34:02 UTC (rev 4131)
@@ -310,7 +310,6 @@
// want to have handlers registered before starting, so if someone makes
invocation,
// there is something to handle it.
- configureHandlers();
if (serverConfiguration != null)
{
configureHandlersFromServerConfiguration();
@@ -761,11 +760,6 @@
}
}
- private void configureHandlers()
- throws Exception
- {
- }
-
private void configureHandlersFromServerConfiguration() throws Exception
{
Map handlerMap = serverConfiguration.getInvocationHandlers();
Show replies by date