This commit is contained in:
zab2
2013-11-14 15:18:46 +00:00
parent f8178b7165
commit e8248f5005

View File

@ -1008,7 +1008,7 @@ abstract class I2PSessionImpl implements I2PSession, I2CPMessageReader.I2CPMessa
/** the request */ /** the request */
public final Hash hash; public final Hash hash;
/** the reply */ /** the reply */
public Destination destination; public volatile Destination destination;
public LookupWaiter(Hash h) { public LookupWaiter(Hash h) {
this.hash = h; this.hash = h;