You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small Javadoc inconsistency - probably copy/paste error?
In the ConfigurationStrSubstitutor javadoc, the RuntimeStrStubstitutoris incorrectly referenced.
/**
* {@link RuntimeStrSubstitutor} 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.
*/
public final class ConfigurationStrSubstitutor extends StrSubstitutor {
The text was updated successfully, but these errors were encountered:
JWT007
changed the title
ConfigurationStrSubstitutor - incorrect class-levell Javadoc
ConfigurationStrSubstitutor - incorrect class-level Javadoc
Nov 4, 2024
ConfigurationStrSubstitutor (Log4j 2.24.1)
Small Javadoc inconsistency - probably copy/paste error?
In the
ConfigurationStrSubstitutor
javadoc, theRuntimeStrStubstitutor
is incorrectly referenced.The text was updated successfully, but these errors were encountered: