Skip to content

Commit d2e39b6

Browse files
committed
Javadoc
1 parent a665202 commit d2e39b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/io/function/IOIterable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ default Iterable<T> asIterable() {
4444
* Like {@link Iterable#iterator()}.
4545
*
4646
* @param action The action to be performed for each element.
47-
* @throws NullPointerException if the specified action is null.
48-
* @throws IOException thrown by the given action.
47+
* @throws NullPointerException Thrown if the specified action is null.
48+
* @throws IOException Thrown if an I/O error occurs for a remaining element, or the given action throws.
4949
* @see Iterable#iterator()
5050
*/
5151
default void forEach(final IOConsumer<? super T> action) throws IOException {

0 commit comments

Comments
 (0)