mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
javadoc fixes
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user