From 5b4b28bbdfe67e93ead08edeef86be5817cc0ee6 Mon Sep 17 00:00:00 2001 From: Ramanathan Date: Fri, 5 Sep 2025 23:55:23 +0530 Subject: [PATCH] issue #3161 ported pr commits #3381 --- .../logging/log4j/core/lookup/ConfigurationStrSubstitutor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/ConfigurationStrSubstitutor.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/ConfigurationStrSubstitutor.java index 571dd08e80f..efa634c8684 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/ConfigurationStrSubstitutor.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/ConfigurationStrSubstitutor.java @@ -20,7 +20,7 @@ import java.util.Properties; /** - * {@link RuntimeStrSubstitutor} is a {@link StrSubstitutor} which only supports recursive evaluation of lookups. + * {@link ConfigurationStrSubstitutor} is a {@link StrSubstitutor} which only supports recursive evaluation of lookups. * This can be dangerous when combined with user-provided inputs, and should only be used on data directly from * a configuration. */