From 7501e3feea13b8dfafbff0b0e90e910df7df932d Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Fri, 29 Mar 2019 12:51:19 +0000 Subject: [PATCH] javadoc fix --- .../java/src/net/i2p/router/client/ClientConnectionRunner.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/java/src/net/i2p/router/client/ClientConnectionRunner.java b/router/java/src/net/i2p/router/client/ClientConnectionRunner.java index 150605aaaa..ac930391a7 100644 --- a/router/java/src/net/i2p/router/client/ClientConnectionRunner.java +++ b/router/java/src/net/i2p/router/client/ClientConnectionRunner.java @@ -608,7 +608,7 @@ class ClientConnectionRunner { * 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) * - * @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) { Hash h = ls.getDestination().calculateHash(); -- GitLab