mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-05 23:41:35 +00:00
- Fix delivery instructions test
This commit is contained in:
@@ -67,13 +67,13 @@ public class DeliveryInstructions extends DataStructureImpl {
|
||||
public boolean getEncrypted() { return _encrypted; }
|
||||
|
||||
/**
|
||||
* For cloves only (not tunnels), default false, unused
|
||||
* For cloves only (not tunnels), default null, unused
|
||||
* @deprecated unused
|
||||
*/
|
||||
public void setEncrypted(boolean encrypted) { _encrypted = encrypted; }
|
||||
|
||||
/**
|
||||
* For cloves only (not tunnels), default false, unused
|
||||
* For cloves only (not tunnels), default null, unused
|
||||
* @deprecated unused
|
||||
*/
|
||||
public SessionKey getEncryptionKey() { return _encryptionKey; }
|
||||
|
||||
Reference in New Issue
Block a user