File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
log4j-api/src/main/java/org/apache/logging/log4j/spi Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 * An equivalent for DefaultThreadContxtMap, except that it's backed by
2929 * UnmodifiableArrayBackedMap. An instance of UnmodifiableArrayBackedMap can be
3030 * 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
3333 * supported operations other than get(). Note that get() performance scales
3434 * linearly with the current map size, and callers are advised to minimize this
3535 * work.
You can’t perform that action at this time.
0 commit comments