mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
history for props, -1
This commit is contained in:
@@ -10,7 +10,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||
* @author zzz, welterde
|
||||
*/
|
||||
public class ObjectCounter<K> {
|
||||
private ConcurrentHashMap<K, AtomicInteger> map;
|
||||
private final ConcurrentHashMap<K, AtomicInteger> map;
|
||||
|
||||
public ObjectCounter() {
|
||||
this.map = new ConcurrentHashMap<K, AtomicInteger>();
|
||||
|
||||
Reference in New Issue
Block a user