This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 630b6b437 Javadoc
630b6b437 is described below
commit 630b6b4371adf09caf6292f42fa210411d8c6852
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 16 16:04:33 2026 -0400
Javadoc
---
.../configuration2/builder/combined/CombinedBuilderParametersImpl.java | 2 +-
.../configuration2/builder/combined/CombinedBuilderProperties.java | 2 +-
.../apache/commons/configuration2/builder/fluent/Configurations.java | 2 +-
.../apache/commons/configuration2/tree/ConfigurationNodeVisitor.java | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/src/main/java/org/apache/commons/configuration2/builder/combined/CombinedBuilderParametersImpl.java
b/src/main/java/org/apache/commons/configuration2/builder/combined/CombinedBuilderParametersImpl.java
index 406411509..e0b62f3a8 100644
---
a/src/main/java/org/apache/commons/configuration2/builder/combined/CombinedBuilderParametersImpl.java
+++
b/src/main/java/org/apache/commons/configuration2/builder/combined/CombinedBuilderParametersImpl.java
@@ -313,7 +313,7 @@ public class CombinedBuilderParametersImpl extends
BasicBuilderParameters implem
}
/**
- * Sets the base path for this combined configuration builder. Normally it
it not necessary to set the base path
+ * Sets the base path for this combined configuration builder. Normally it
is not necessary to set the base path
* explicitly. Per default, relative file names of configuration sources
are resolved based on the location of the
* definition file. If this is not desired or if the definition
configuration is loaded by a different means, the base
* path for relative file names can be specified using this method.
diff --git
a/src/main/java/org/apache/commons/configuration2/builder/combined/CombinedBuilderProperties.java
b/src/main/java/org/apache/commons/configuration2/builder/combined/CombinedBuilderProperties.java
index e4affd937..f483248f4 100644
---
a/src/main/java/org/apache/commons/configuration2/builder/combined/CombinedBuilderProperties.java
+++
b/src/main/java/org/apache/commons/configuration2/builder/combined/CombinedBuilderProperties.java
@@ -81,7 +81,7 @@ public interface CombinedBuilderProperties<T> {
T registerProvider(String tagName, ConfigurationBuilderProvider provider);
/**
- * Sets the base path for this combined configuration builder. Normally it
it not necessary to set the base path
+ * Sets the base path for this combined configuration builder. Normally it
is not necessary to set the base path
* explicitly. Per default, relative file names of configuration sources
are resolved based on the location of the
* definition file. If this is not desired or if the definition
configuration is loaded by a different means, the base
* path for relative file names can be specified using this method.
diff --git
a/src/main/java/org/apache/commons/configuration2/builder/fluent/Configurations.java
b/src/main/java/org/apache/commons/configuration2/builder/fluent/Configurations.java
index d73a75d5c..e79b94e1d 100644
---
a/src/main/java/org/apache/commons/configuration2/builder/fluent/Configurations.java
+++
b/src/main/java/org/apache/commons/configuration2/builder/fluent/Configurations.java
@@ -368,7 +368,7 @@ public class Configurations {
}
/**
- * Creates a builder for a {@code INIConfiguration} and initializes it
with the file file identified by the given path.
+ * Creates a builder for a {@code INIConfiguration} and initializes it
with the file identified by the given path.
*
* @param path The path to the file to be loaded
* @return The newly created {@code FileBasedConfigurationBuilder}
diff --git
a/src/main/java/org/apache/commons/configuration2/tree/ConfigurationNodeVisitor.java
b/src/main/java/org/apache/commons/configuration2/tree/ConfigurationNodeVisitor.java
index 941ee2e5a..c3df8b143 100644
---
a/src/main/java/org/apache/commons/configuration2/tree/ConfigurationNodeVisitor.java
+++
b/src/main/java/org/apache/commons/configuration2/tree/ConfigurationNodeVisitor.java
@@ -46,7 +46,7 @@ public interface ConfigurationNodeVisitor<T> {
boolean terminate();
/**
- * Visits the specified node after after its children - if existing - have
been processed.
+ * Visits the specified node after its children - if existing - have been
processed.
*
* @param node The node to be visited
* @param handler The {@code NodeHandler}