[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport ...
Ron Sigal
ron_sigal at yahoo.com
Thu Feb 15 23:19:22 EST 2007
User: rsigal
Date: 07/02/15 23:19:22
Modified: src/main/org/jboss/remoting/transport Tag: remoting_2_x
ClientInvoker.java
Log:
JBREM-657: Removed local parameter from terminateLease().
Revision Changes Path
No revision
No revision
1.7.2.6 +1 -1 JBossRemoting/src/main/org/jboss/remoting/transport/ClientInvoker.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ClientInvoker.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/ClientInvoker.java,v
retrieving revision 1.7.2.5
retrieving revision 1.7.2.6
diff -u -b -r1.7.2.5 -r1.7.2.6
--- ClientInvoker.java 21 Jan 2007 08:38:33 -0000 1.7.2.5
+++ ClientInvoker.java 16 Feb 2007 04:19:22 -0000 1.7.2.6
@@ -116,7 +116,7 @@
/**
* Must behave as a noop if there's no active lease.
*/
- void terminateLease(String sessionID, boolean local);
+ void terminateLease(String sessionID);
/**
* @return the lease period (in ms) if the client has an active leasing mechanism with the server
More information about the jboss-cvs-commits
mailing list