forked from I2P_Developers/i2p.i2p
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