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-collections.git
The following commit(s) were added to refs/heads/master by this push: new fd1ff1d86 Javadoc fd1ff1d86 is described below commit fd1ff1d862dcbf136242b6fd21728ba588b3c991 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 5 16:37:53 2024 -0400 Javadoc --- src/main/java/org/apache/commons/collections4/IterableUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/IterableUtils.java b/src/main/java/org/apache/commons/collections4/IterableUtils.java index b31447453..1ae16993d 100644 --- a/src/main/java/org/apache/commons/collections4/IterableUtils.java +++ b/src/main/java/org/apache/commons/collections4/IterableUtils.java @@ -496,7 +496,7 @@ public class IterableUtils { * @param <T> the type of object in the {@link Iterable}. * @param iterable the {@link Iterable} to get a value from, may be null * @return the first object - * @throws IndexOutOfBoundsException if the request is invalid + * @throws IndexOutOfBoundsException if the request is invalid * @since 4.2 */ public static <T> T first(final Iterable<T> iterable) {