Author: nextgens
Date: 2008-05-20 16:23:46 +0000 (Tue, 20 May 2008)
New Revision: 19973

Modified:
   trunk/freenet/src/freenet/node/UptimeEstimator.java
Log:
same thing

Modified: trunk/freenet/src/freenet/node/UptimeEstimator.java
===================================================================
--- trunk/freenet/src/freenet/node/UptimeEstimator.java 2008-05-20 16:11:47 UTC 
(rev 19972)
+++ trunk/freenet/src/freenet/node/UptimeEstimator.java 2008-05-20 16:23:46 UTC 
(rev 19973)
@@ -20,6 +20,7 @@
  * A class to estimate the node's average uptime. Every 5 minutes (with a 
fixed offset), we write
  * an integer (the number of minutes since the epoch) to the end of a file. We 
rotate it when it
  * gets huge. We read it to figure out how many of the 5 minute slots in the 
last X period are occupied.
+ *
  * @author toad
  */
 public class UptimeEstimator implements Runnable {


Reply via email to