[jboss-remoting-commits] JBoss Remoting SVN: r5071 - remoting2/branches/2.x/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Apr 19 03:05:28 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-04-19 03:05:27 -0400 (Sun, 19 Apr 2009)
New Revision: 5071

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java
Log:
JBREM-1124: Removed redundant parameter handling from constructor.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java	2009-04-19 06:23:32 UTC (rev 5070)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java	2009-04-19 07:05:27 UTC (rev 5071)
@@ -293,17 +293,6 @@
    public ServerInvoker(InvokerLocator locator, Map configuration)
    {
       super(locator, configuration);
-
-      if (configuration != null)
-      {
-         this.configuration.putAll(configuration);
-      }
-
-      Map locatorParams = locator.getParameters();
-      if(locatorParams != null)
-      {
-         this.configuration.putAll(locator.getParameters());
-      }
    }
 
    // Public ---------------------------------------------------------------------------------------




More information about the jboss-remoting-commits mailing list