forked from I2P_Developers/i2p.i2p
;; -> ;
This commit is contained in:
@ -36,7 +36,7 @@ class ACKTimer extends SimpleTimer2.TimedEvent {
|
||||
*/
|
||||
public ACKTimer(RouterContext context, Destination from, Destination to) {
|
||||
super(context.simpleTimer2());
|
||||
_context = context;;
|
||||
_context = context;
|
||||
_log = context.logManager().getLog(ACKTimer.class);
|
||||
_from = from;
|
||||
_to = to;
|
||||
|
Reference in New Issue
Block a user