You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/09 15:45:53 UTC

[logging-log4j2] branch release-2.x updated: Use the same Javadoc tag text as master.

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

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 13a84f2  Use the same Javadoc tag text as master.
13a84f2 is described below

commit 13a84f286878a1a1f95b9a4e5713226dbfc96bee
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 9 10:45:50 2022 -0500

    Use the same Javadoc tag text as master.
---
 log4j-api/src/main/java/org/apache/logging/log4j/spi/LoggerContext.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/spi/LoggerContext.java b/log4j-api/src/main/java/org/apache/logging/log4j/spi/LoggerContext.java
index 78d1585..61155a1 100644
--- a/log4j-api/src/main/java/org/apache/logging/log4j/spi/LoggerContext.java
+++ b/log4j-api/src/main/java/org/apache/logging/log4j/spi/LoggerContext.java
@@ -72,7 +72,7 @@ public interface LoggerContext {
     /**
      * Gets an object by its name.
      * @param key The object's key.
-     * @return The mapped Object.
+     * @return The Object that is associated with the key, if any.
      * @since 2.13.0
      */
     default Object getObject(String key) {