Author: ron.sigal(a)jboss.com
Date: 2010-07-29 16:11:47 -0400 (Thu, 29 Jul 2010)
New Revision: 5934
Modified:
remoting2/tags/2.5.2.SP2/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-1238: Removed LEASE_CREATION_TIMEOUT.
Modified: remoting2/tags/2.5.2.SP2/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/tags/2.5.2.SP2/src/main/org/jboss/remoting/Remoting.java 2010-07-29 20:09:46
UTC (rev 5933)
+++ remoting2/tags/2.5.2.SP2/src/main/org/jboss/remoting/Remoting.java 2010-07-29 20:11:47
UTC (rev 5934)
@@ -127,10 +127,5 @@
* will be taken only from the InvokerLocator.
*/
public static final String PASS_CONFIG_MAP_TO_MARSHAL_FACTORY =
"passConfigMapToMarshalFactory";
-
- /**
- * A flag for determining the timeout to use for the lease creation invocation.
- */
- public static final String LEASE_CREATION_TIMEOUT= "leaseCreationTimeout";
}
Show replies by date