File tree 1 file changed +2
-2
lines changed
log4j-api/src/main/java/org/apache/logging/log4j/spi
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
* An equivalent for DefaultThreadContxtMap, except that it's backed by
29
29
* UnmodifiableArrayBackedMap. An instance of UnmodifiableArrayBackedMap can be
30
30
* represented as a single Object[], which can safely be stored on the
31
- * ThreadLocal<> with no fear of classloader-related memory leaks. Performance
32
- * of the underlying UnmodifiableArrayBackedMap exceeds HashMap<> in all
31
+ * ThreadLocal with no fear of classloader-related memory leaks. Performance
32
+ * of the underlying UnmodifiableArrayBackedMap exceeds HashMap in all
33
33
* supported operations other than get(). Note that get() performance scales
34
34
* linearly with the current map size, and callers are advised to minimize this
35
35
* work.
You can’t perform that action at this time.
0 commit comments