From 43e22a9028f83322db4727a4feaa7e0d5d07c1d0 Mon Sep 17 00:00:00 2001
From: jrandom <jrandom>
Date: Mon, 16 Aug 2004 22:17:47 +0000
Subject: [PATCH] javadoc fix (thanks oOo)

---
 .../net/i2p/router/tunnelmanager/ClientLeaseSetManagerJob.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/router/java/src/net/i2p/router/tunnelmanager/ClientLeaseSetManagerJob.java b/router/java/src/net/i2p/router/tunnelmanager/ClientLeaseSetManagerJob.java
index c2dee59681..a6161d5f07 100644
--- a/router/java/src/net/i2p/router/tunnelmanager/ClientLeaseSetManagerJob.java
+++ b/router/java/src/net/i2p/router/tunnelmanager/ClientLeaseSetManagerJob.java
@@ -113,7 +113,7 @@ class ClientLeaseSetManagerJob extends JobImpl {
      * Determine if the tunnels in the current leaseSet are the same as the 
      * currently available free tunnels
      * 
-     * @return true if the tunnels are /not/ the same, else true if they are
+     * @return true if the tunnels are /not/ the same, else false if they are the same
      */
     private boolean tunnelsChanged() {
         long furthestInFuture = 0;
-- 
GitLab