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 b920b5e4 Fix typos in Javadoc and comments b920b5e4 is described below commit b920b5e49527a240b4544bba496ffea968b54045 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 15 09:29:53 2025 -0500 Fix typos in Javadoc and comments --- .../org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.java | 2 +- .../configuration2/builder/BuilderConfigurationWrapperFactory.java | 2 +- .../java/org/apache/commons/configuration2/TestINIConfiguration.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.java b/src/main/java/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.java index 230b85b4..d0ea77ed 100644 --- a/src/main/java/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.java +++ b/src/main/java/org/apache/commons/configuration2/beanutils/XMLBeanDeclaration.java @@ -566,7 +566,7 @@ public class XMLBeanDeclaration implements BeanDeclaration { /** * Tests if the specified child node name is reserved and thus should be ignored. This method is called when processing * child nodes of this bean declaration. It is then possible to ignore some nodes with a specific meaning. This - * implementation delegates to {@link #isReservedName(String)} . + * implementation delegates to {@link #isReservedName(String)}. * * @param name the name of the child node to be checked * @return a flag whether this name is reserved diff --git a/src/main/java/org/apache/commons/configuration2/builder/BuilderConfigurationWrapperFactory.java b/src/main/java/org/apache/commons/configuration2/builder/BuilderConfigurationWrapperFactory.java index 053709d1..33bb1873 100644 --- a/src/main/java/org/apache/commons/configuration2/builder/BuilderConfigurationWrapperFactory.java +++ b/src/main/java/org/apache/commons/configuration2/builder/BuilderConfigurationWrapperFactory.java @@ -215,7 +215,7 @@ public class BuilderConfigurationWrapperFactory { /** * Creates a wrapper {@code ImmutableConfiguration} on top of the specified {@code ConfigurationBuilder}. This * implementation delegates to - * {@link #createBuilderConfigurationWrapper(Class, ConfigurationBuilder, EventSourceSupport)} . + * {@link #createBuilderConfigurationWrapper(Class, ConfigurationBuilder, EventSourceSupport)}. * * @param <T> the type of the configuration objects returned by this method * @param ifcClass the class of the configuration objects returned by this method; this must be an interface class and diff --git a/src/test/java/org/apache/commons/configuration2/TestINIConfiguration.java b/src/test/java/org/apache/commons/configuration2/TestINIConfiguration.java index a7cec69a..09dd3d06 100644 --- a/src/test/java/org/apache/commons/configuration2/TestINIConfiguration.java +++ b/src/test/java/org/apache/commons/configuration2/TestINIConfiguration.java @@ -473,7 +473,7 @@ public class TestINIConfiguration { } /** - * Test of getSections method, of class {@link INIConfiguration} . + * Test of getSections method, of class {@link INIConfiguration}. */ @Test public void testGetSections() {