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

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


The following commit(s) were added to refs/heads/2.x by this push:
     new aac4953ad8 corrected javadoc
aac4953ad8 is described below

commit aac4953ad83d3856b8fa2d418ff1e0dbd27b874a
Author: Christian Grobmeier <[email protected]>
AuthorDate: Tue Aug 8 21:35:07 2023 +0200

    corrected javadoc
---
 .../src/main/java/org/apache/logging/log4j/web/Log4jWebSupport.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jWebSupport.java 
b/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jWebSupport.java
index 329adcdde7..16cb144251 100644
--- a/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jWebSupport.java
+++ b/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jWebSupport.java
@@ -76,7 +76,7 @@ public interface Log4jWebSupport {
 
     /**
      * Sets the logger context so that code executing afterwards can easily 
and quickly access loggers via
-     * {@link org.apache.logging.log4j.LogManager#getLogger}.
+     * {@link org.apache.logging.log4j.LogManager#getLogger()}.
      */
     void setLoggerContext();
 

Reply via email to