|
Change Attribute Type counters : Map<String,Long> to counters : ConcurrentMap<String,Long> in class com.orientechnologies.common.profiler.OProfilerStub |
From |
To |
|
Change Attribute Type tips : Map<String,AtomicInteger> to tips : ConcurrentLinkedHashMap<String,AtomicInteger> in class com.orientechnologies.common.profiler.OProfilerStub |
From |
To |
|
Change Attribute Type tipsTimestamp : Map<String,Long> to tipsTimestamp : ConcurrentLinkedHashMap<String,Long> in class com.orientechnologies.common.profiler.OProfilerStub |
From |
To |