This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit f8453c0f6a302bb9e2658ffd0bd32bf01a6479f7
Author: John Engebretson <[email protected]>
AuthorDate: Fri Mar 1 13:58:26 2024 +0000

    Fixing javadoc syntax error
---
 .../org/apache/logging/log4j/spi/StringArrayThreadContextMap.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/log4j-api/src/main/java/org/apache/logging/log4j/spi/StringArrayThreadContextMap.java
 
b/log4j-api/src/main/java/org/apache/logging/log4j/spi/StringArrayThreadContextMap.java
index 025a247aac..a606020a70 100644
--- 
a/log4j-api/src/main/java/org/apache/logging/log4j/spi/StringArrayThreadContextMap.java
+++ 
b/log4j-api/src/main/java/org/apache/logging/log4j/spi/StringArrayThreadContextMap.java
@@ -28,8 +28,8 @@ import org.apache.logging.log4j.util.TriConsumer;
  * An equivalent for DefaultThreadContxtMap, except that it's backed by
  * UnmodifiableArrayBackedMap. An instance of UnmodifiableArrayBackedMap can be
  * represented as a single Object[], which can safely be stored on the
- * ThreadLocal<> with no fear of classloader-related memory leaks. Performance
- * of the underlying UnmodifiableArrayBackedMap exceeds HashMap<> in all
+ * ThreadLocal with no fear of classloader-related memory leaks. Performance
+ * of the underlying UnmodifiableArrayBackedMap exceeds HashMap in all
  * supported operations other than get(). Note that get() performance scales
  * linearly with the current map size, and callers are advised to minimize this
  * work.

Reply via email to