Skip to content

Commit 4524944

Browse files
committed
Javadoc
1 parent 7c3eabb commit 4524944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/IOUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ public static void close(final Closeable... closeables) throws IOExceptionList {
739739
*
740740
* @param closeable The resource to close, may be null.
741741
* @param consumer Consume the IOException thrown by {@link Closeable#close()}.
742-
* @throws IOException if an I/O error occurs.
742+
* @throws IOException As thrown by the consumer.
743743
* @since 2.7
744744
*/
745745
public static void close(final Closeable closeable, final IOConsumer<IOException> consumer) throws IOException {

0 commit comments

Comments
 (0)