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
commit 6706bb98af0990f165e7c58eb9194c10a4c48530 Author: Gary Gregory <[email protected]> AuthorDate: Mon May 11 12:35:46 2026 -0400 Javadoc --- .../java/org/apache/commons/configuration2/AbstractConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java b/src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java index 2e8a52a62..c6c6043b9 100644 --- a/src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java +++ b/src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java @@ -893,7 +893,7 @@ public abstract class AbstractConfiguration extends BaseEventSource implements C } /** - * Actually creates an iterator for iterating over the keys in this configuration. This method is called by + * Creates an iterator for iterating over the keys in this configuration. This method is called by * {@code getKeys()}, it has to be defined by concrete subclasses. * * @return an {@code Iterator} with all property keys in this configuration
