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

Skip to content
Snippets Groups Projects
Commit 7501e3fe authored by zzz's avatar zzz
Browse files

javadoc fix

parent eb0920e2
No related branches found
No related tags found
No related merge requests found
...@@ -608,7 +608,7 @@ class ClientConnectionRunner { ...@@ -608,7 +608,7 @@ class ClientConnectionRunner {
* called after a new leaseSet is granted by the client, the NetworkDb has been * called after a new leaseSet is granted by the client, the NetworkDb has been
* updated. This takes care of all the LeaseRequestState stuff (including firing any jobs) * updated. This takes care of all the LeaseRequestState stuff (including firing any jobs)
* *
* @param ls, if encrypted, the encrypted LS, not the decrypted one * @param ls if encrypted, the encrypted LS, not the decrypted one
*/ */
void leaseSetCreated(LeaseSet ls) { void leaseSetCreated(LeaseSet ls) {
Hash h = ls.getDestination().calculateHash(); Hash h = ls.getDestination().calculateHash();
......
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