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:42:06 UTC

[logging-log4j2] 01/03: Add missing Javadoc tag.

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

commit d9478328568e9bbad8134275b5457a450800450f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 9 10:36:48 2022 -0500

    Add missing Javadoc tag.
---
 log4j-api/src/main/java/org/apache/logging/log4j/spi/LoggerContext.java | 1 +
 1 file changed, 1 insertion(+)

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 eab7b51..fad0d6a 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
@@ -32,6 +32,7 @@ public interface LoggerContext {
     /**
      * Retrieve an object by its name.
      * @param key The object's key.
+     * @return The mapped Object.
      * @since 2.13.0
      */
     default Object getObject(String key) {