From c3c7e80ddcc40cfb380f8531aee4448b53a30f2a Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 28 Jul 2022 17:22:48 -0400 Subject: Javadoc --- src/main/java/org/apache/commons/io/function/IOBiFunction.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main') diff --git a/src/main/java/org/apache/commons/io/function/IOBiFunction.java b/src/main/java/org/apache/commons/io/function/IOBiFunction.java index 23e9b8b8..07cd6134 100644 --- a/src/main/java/org/apache/commons/io/function/IOBiFunction.java +++ b/src/main/java/org/apache/commons/io/function/IOBiFunction.java @@ -24,12 +24,12 @@ import java.util.function.BiFunction; import java.util.function.Function; /** - * Represents a function that accepts two arguments and produces a result. This is the two-arity specialization of - * {@link IOFunction}. + * Like {@link BiFunction} but throws {@link IOException}. * *

* This is a functional interface whose functional method is * {@link #apply(Object, Object)}. + *

* * @param the type of the first argument to the function * @param the type of the second argument to the function -- cgit v1.2.3