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 92c9c8e7e Javadoc: Empty Javadoc line before the 1st tag.
92c9c8e7e is described below
commit 92c9c8e7ef12c56d00a531162e18d95cc84461fa
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 18:13:50 2025 -0500
Javadoc: Empty Javadoc line before the 1st tag.
---
.../apache/commons/configuration2/AbstractHierarchicalConfiguration.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/src/main/java/org/apache/commons/configuration2/AbstractHierarchicalConfiguration.java
b/src/main/java/org/apache/commons/configuration2/AbstractHierarchicalConfiguration.java
index 65d848ecd..ba285fba8 100644
---
a/src/main/java/org/apache/commons/configuration2/AbstractHierarchicalConfiguration.java
+++
b/src/main/java/org/apache/commons/configuration2/AbstractHierarchicalConfiguration.java
@@ -449,6 +449,7 @@ public abstract class AbstractHierarchicalConfiguration<T>
extends AbstractConfi
/**
* Tests whether this configuration contains one or more matches to this
value. This operation stops at first
* match but may be more expensive than the containsKey method.
+ *
* @since 2.11.0
*/
@Override