javadoc fixes

This commit is contained in:
zzz
2019-09-28 12:07:59 +00:00
parent 679aa1afac
commit 3710ff9aa1
2 changed files with 1 additions and 2 deletions

View File

@ -58,7 +58,6 @@ public class BlindingInfoMessage extends I2CPMessageImpl {
* Will create a DEST or KEY message type, depending on whether
* BlindData has the full destination.
*
* @param expiration ms from now or 0 for forever
*/
public BlindingInfoMessage(BlindData bd, SessionId id) {
this(id, bd.getExpiration(), bd.getAuthType(), bd.getBlindedSigType(), bd.getAuthPrivKey(), bd.getSecret());