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 d4dfc469 Javadoc d4dfc469 is described below commit d4dfc4695c0159572d4fe77c781da30c6a554628 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 30 11:16:53 2024 -0400 Javadoc --- .../java/org/apache/commons/configuration2/PrefixedKeysIterator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/configuration2/PrefixedKeysIterator.java b/src/main/java/org/apache/commons/configuration2/PrefixedKeysIterator.java index 96bb280b..4ee2d7da 100644 --- a/src/main/java/org/apache/commons/configuration2/PrefixedKeysIterator.java +++ b/src/main/java/org/apache/commons/configuration2/PrefixedKeysIterator.java @@ -111,7 +111,7 @@ final class PrefixedKeysIterator implements Iterator<String> { } /** - * Determines the next element in the iteration. The return value indicates whether such an element can be found. + * Sets the next element in the iteration. The return value indicates whether such an element can be found. * * @return a flag whether a next element exists */