Whitespace.

This commit is contained in:
Gary Gregory 2020-06-24 10:54:37 -04:00
parent 05803b0d58
commit c5c839ff82
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class Functions {
*/ */
void accept(O1 object1, O2 object2) throws T; void accept(O1 object1, O2 object2) throws T;
} }
/** /**
* A functional interface like {@link BiFunction} that declares a {@code Throwable}. * A functional interface like {@link BiFunction} that declares a {@code Throwable}.
* *