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 {