forked from I2P_Developers/i2p.i2p
spelling fix
This commit is contained in:
@ -147,7 +147,7 @@ public class DecayingBloomFilter {
|
|||||||
return _current.size() + _previous.size();
|
return _current.size() + _previous.size();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** unshyncronized, only used for logging elsewhere */
|
/** unsynchronized, only used for logging elsewhere */
|
||||||
public double getFalsePositiveRate() {
|
public double getFalsePositiveRate() {
|
||||||
return _current.falsePositives();
|
return _current.falsePositives();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user