This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new c3e56d61 Javadoc c3e56d61 is described below commit c3e56d617ea3b69783c793df3bde109e77e22e5f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Feb 26 08:48:45 2025 -0500 Javadoc --- .../java/org/apache/commons/configuration2/interpol/ExprLookup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/configuration2/interpol/ExprLookup.java b/src/main/java/org/apache/commons/configuration2/interpol/ExprLookup.java index 3324d064..ed73e07c 100644 --- a/src/main/java/org/apache/commons/configuration2/interpol/ExprLookup.java +++ b/src/main/java/org/apache/commons/configuration2/interpol/ExprLookup.java @@ -210,7 +210,7 @@ public class ExprLookup implements Lookup { private String suffixMatcher = DEFAULT_SUFFIX; /** - * The default constructor. Will get used when the Lookup is constructed via configuration. + * Constructs a new instance. Will get used when the Lookup is constructed via configuration. */ public ExprLookup() { }