This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 523b1a9aa3 Fix `ConfigurationStrSubstitutor` javadoc (#3916)
523b1a9aa3 is described below
commit 523b1a9aa3d3c8b0bc0f7f04044ceb74ec345ff6
Author: Ramanathan <[email protected]>
AuthorDate: Sat Sep 6 18:44:14 2025 +0530
Fix `ConfigurationStrSubstitutor` javadoc (#3916)
---
.../apache/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 571dd08e80..efa634c868 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.Map;
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.
*/