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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sat May 16 23:49:35 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-16 23:49:35 -0400 (Sat, 16 May 2009)
New Revision: 5263

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java
Log:
JBREM-1124: Removed accidentally inserted code in constructor which sets value of configuration.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java	2009-05-17 03:12:47 UTC (rev 5262)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java	2009-05-17 03:49:35 UTC (rev 5263)
@@ -295,17 +295,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