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 7e959be6 Javadoc fixes 7e959be6 is described below commit 7e959be6a0fa4ab2a7d3275d16bc64d01b20c25a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 13 14:42:12 2023 -0500 Javadoc fixes --- .../org/apache/commons/configuration2/ImmutableConfiguration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/configuration2/ImmutableConfiguration.java b/src/main/java/org/apache/commons/configuration2/ImmutableConfiguration.java index a3171197..b6c8d7f2 100644 --- a/src/main/java/org/apache/commons/configuration2/ImmutableConfiguration.java +++ b/src/main/java/org/apache/commons/configuration2/ImmutableConfiguration.java @@ -243,7 +243,7 @@ public interface ImmutableConfiguration { * {@link #getCollection(Class, String, Collection, Collection)} passing in <b>null</b> as default value. * * @param <T> the element type of the result list - * @param cls the the element class of the result list + * @param cls the element class of the result list * @param key the configuration key * @param target the target collection (may be <b>null</b>) * @return the collection to which data was added @@ -268,7 +268,7 @@ public interface ImmutableConfiguration { * </ul> * * @param <T> the element type of the result list - * @param cls the the element class of the result list + * @param cls the element class of the result list * @param key the configuration key * @param target the target collection (may be <b>null</b>) * @param defaultValue the default value (may be <b>null</b>)