Skip to content

Commit e612ff2

Browse files
committed
Fixing javadoc syntax error
1 parent 813b652 commit e612ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

log4j-api/src/main/java/org/apache/logging/log4j/spi/StringArrayThreadContextMap.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
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.

0 commit comments

Comments
 (0)