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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun May 17 17:39:34 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-17 17:39:34 -0400 (Sun, 17 May 2009)
New Revision: 5271

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/AbstractInvoker.java
Log:
JBREM-1102: Changed reference from configuration to this.configuration.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/AbstractInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/AbstractInvoker.java	2009-05-17 21:38:24 UTC (rev 5270)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/AbstractInvoker.java	2009-05-17 21:39:34 UTC (rev 5271)
@@ -162,7 +162,7 @@
                   " must be a String: " + o + ". Using " + getVersion());  
       }
       
-      o = configuration.get(Remoting.PASS_CONFIG_MAP_TO_MARSHAL_FACTORY);
+      o = this.configuration.get(Remoting.PASS_CONFIG_MAP_TO_MARSHAL_FACTORY);
       if (o instanceof String)
       {
          this.passConfigMapToMarshalFactory = Boolean.valueOf((String) o).booleanValue();




More information about the jboss-remoting-commits mailing list