Skip to content

Commit 5496c72

Browse files
Fix(Documentation): Fixed ConfigurationStrSubstitutor dccumenation. (#3381)
1 parent 7f81b51 commit 5496c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/ConfigurationStrSubstitutor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.Properties;
2121

2222
/**
23-
* {@link RuntimeStrSubstitutor} is a {@link StrSubstitutor} which only supports recursive evaluation of lookups.
23+
* {@link ConfigurationStrSubstitutor} is a {@link StrSubstitutor} which only supports recursive evaluation of lookups.
2424
* This can be dangerous when combined with user-provided inputs, and should only be used on data directly from
2525
* a configuration.
2626
*/

0 commit comments

Comments
 (0)