Skip to content

Commit c3c7e80

Browse files
author
Gary Gregory
committed
Javadoc
1 parent 16acf16 commit c3c7e80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
import java.util.function.Function;
2525

2626
/**
27-
* Represents a function that accepts two arguments and produces a result. This is the two-arity specialization of
28-
* {@link IOFunction}.
27+
* Like {@link BiFunction} but throws {@link IOException}.
2928
*
3029
* <p>
3130
* This is a <a href="package-summary.html">functional interface</a> whose functional method is
3231
* {@link #apply(Object, Object)}.
32+
* </p>
3333
*
3434
* @param <T> the type of the first argument to the function
3535
* @param <U> the type of the second argument to the function

0 commit comments

Comments
 (0)