[jboss-remoting-commits] JBoss Remoting SVN: r5151 - remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu May 7 17:53:39 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-07 17:53:39 -0400 (Thu, 07 May 2009)
New Revision: 5151

Modified:
   remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/Lease.java
Log:
JBREM-1112 (and others to be named): Uses LeasePinger.TIME_STAMP.

Modified: remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/Lease.java
===================================================================
--- remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/Lease.java	2009-05-07 06:10:58 UTC (rev 5150)
+++ remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/Lease.java	2009-05-07 21:53:39 UTC (rev 5151)
@@ -70,7 +70,7 @@
       {
          this.requestPayload = (Map)requestPayload.get(ClientHolder.CLIENT_HOLDER_KEY);
          this.leasePingerId = (String) requestPayload.get(LeasePinger.LEASE_PINGER_ID);
-         this.lastUpdate = Long.valueOf((String) requestPayload.get("time")).longValue();
+         this.lastUpdate = Long.valueOf((String) requestPayload.get(LeasePinger.TIME_STAMP)).longValue();
          log.debug(this + " initialized with lastUpdate: " + lastUpdate);
          log.debug(this + " initialized with requestPayload: " + this.requestPayload);
       }




More information about the jboss-remoting-commits mailing list