I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 895d54d3 authored by zzz's avatar zzz
Browse files

minor cleanup

parent ba0e1a3a
No related branches found
No related tags found
No related merge requests found
......@@ -183,8 +183,8 @@ public class DecayingHashSet extends DecayingBloomFilter {
@Override
protected void decay() {
int currentCount = 0;
long dups = 0;
int currentCount;
long dups;
if (!getWriteLock())
return;
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment