javadoc fix (thanks oOo)

This commit is contained in:
jrandom
2004-08-16 22:17:47 +00:00
committed by zzz
parent e102bf9eed
commit 43e22a9028

View File

@ -113,7 +113,7 @@ class ClientLeaseSetManagerJob extends JobImpl {
* Determine if the tunnels in the current leaseSet are the same as the * Determine if the tunnels in the current leaseSet are the same as the
* currently available free tunnels * 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() { private boolean tunnelsChanged() {
long furthestInFuture = 0; long furthestInFuture = 0;