I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 43e22a90 authored by jrandom's avatar jrandom Committed by zzz
Browse files

javadoc fix (thanks oOo)

parent e102bf9e
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ class ClientLeaseSetManagerJob extends JobImpl { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment