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

pkarwasz pushed a commit to branch ScopedContext-replace-with-interface
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 093e3ef5499486f8407e9042c7977e1bffb32725
Author: Ralph Goers <[email protected]>
AuthorDate: Wed Apr 3 15:09:55 2024 -0700

    Fix typo
---
 .../org/apache/logging/log4j/core/impl/ThreadContextDataInjector.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ThreadContextDataInjector.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ThreadContextDataInjector.java
index 839c3c2df5..0362984c5b 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ThreadContextDataInjector.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/impl/ThreadContextDataInjector.java
@@ -47,7 +47,7 @@ import org.apache.logging.log4j.util.StringMap;
  * @see ContextDataInjector
  * @see ContextDataInjectorFactory
  * @since 2.7
- * @Deprecated Use @{link ContextData} instead.
+ * @deprecated Use @{link ContextData} instead.
  */
 @Deprecated
 public class ThreadContextDataInjector {

Reply via email to