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 001e9135 Javadoc
001e9135 is described below

commit 001e9135a629fd1f611d6f368e1c541ce39377b0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Nov 11 16:12:21 2023 -0500

    Javadoc
---
 .../commons/configuration2/interpol/ConfigurationInterpolator.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java
 
b/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java
index bcba9c7d..bf6dd01a 100644
--- 
a/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java
+++ 
b/src/main/java/org/apache/commons/configuration2/interpol/ConfigurationInterpolator.java
@@ -617,7 +617,7 @@ public class ConfigurationInterpolator {
         private final Map<String, Lookup> defaultLookups;
 
         /**
-         * Construct a new instance initialized with the given properties.
+         * Constructs a new instance initialized with the given properties.
          * @param props initialization properties
          */
         DefaultPrefixLookupsHolder(final Properties props) {
@@ -663,7 +663,7 @@ public class ConfigurationInterpolator {
         }
 
         /**
-         * Construct a lookup map by parsing the given string. The string is 
expected to contain
+         * Constructs a lookup map by parsing the given string. The string is 
expected to contain
          * comma or space-separated names of values from the {@link 
DefaultLookups} enum.
          * @param str string to parse; not null
          * @return lookup map parsed from the given string

Reply via email to