Skip to content

Commit 8184491

Browse files
committed
Fix Javadoc
1 parent edd2277 commit 8184491

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import java.io.UncheckedIOException;
2222
import java.util.Objects;
2323
import java.util.function.BiFunction;
24-
import java.util.function.Function;
2524

2625
/**
2726
* Like {@link BiFunction} but throws {@link IOException}.
@@ -34,7 +33,7 @@
3433
* @param <T> the type of the first argument to the function
3534
* @param <U> the type of the second argument to the function
3635
* @param <R> the type of the result of the function
37-
* @see Function
36+
* @see BiFunction
3837
* @since 2.12.0
3938
*/
4039
@FunctionalInterface

0 commit comments

Comments
 (0)