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 3a8123871 Javadoc
3a8123871 is described below

commit 3a8123871276759da2e8b860184a29bf5057cacf
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 17:00:38 2025 -0500

    Javadoc
---
 .../commons/configuration2/PatternSubtreeConfigurationWrapper.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/configuration2/PatternSubtreeConfigurationWrapper.java
 
b/src/main/java/org/apache/commons/configuration2/PatternSubtreeConfigurationWrapper.java
index afaa6b872..e2956641d 100644
--- 
a/src/main/java/org/apache/commons/configuration2/PatternSubtreeConfigurationWrapper.java
+++ 
b/src/main/java/org/apache/commons/configuration2/PatternSubtreeConfigurationWrapper.java
@@ -57,7 +57,7 @@ public class PatternSubtreeConfigurationWrapper extends 
BaseHierarchicalConfigur
     private final boolean init;
 
     /**
-     * Constructor
+     * Constructs a new instance.
      *
      * @param config The Configuration to be wrapped.
      * @param path The base path pattern.

Reply via email to