mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
volatile
This commit is contained in:
@@ -1008,7 +1008,7 @@ abstract class I2PSessionImpl implements I2PSession, I2CPMessageReader.I2CPMessa
|
||||
/** the request */
|
||||
public final Hash hash;
|
||||
/** the reply */
|
||||
public Destination destination;
|
||||
public volatile Destination destination;
|
||||
|
||||
public LookupWaiter(Hash h) {
|
||||
this.hash = h;
|
||||
|
||||
Reference in New Issue
Block a user