forked from I2P_Developers/i2p.i2p
more misc findbugs
This commit is contained in:
@@ -347,7 +347,7 @@ class Connection {
|
||||
_log.debug("Resend in " + timeout + " for " + packet);
|
||||
|
||||
// schedules itself
|
||||
ResendPacketEvent rpe = new ResendPacketEvent(packet, timeout);
|
||||
new ResendPacketEvent(packet, timeout);
|
||||
}
|
||||
|
||||
// warning, getStatLog() can be null
|
||||
|
Reference in New Issue
Block a user