forked from I2P_Developers/i2p.i2p
findbugs all over
This commit is contained in:
@ -185,7 +185,6 @@ class Sorters {
|
||||
|
||||
private static int getStatus(Snark snark) {
|
||||
long remaining = snark.getRemainingLength();
|
||||
long needed = snark.getNeededLength();
|
||||
if (snark.isStopped()) {
|
||||
if (remaining < 0)
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user