This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new 864673103 Whitespace 864673103 is described below commit 864673103723d0783fe7f2efb84c0af62e0f62fd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Aug 4 21:04:13 2023 -0400 Whitespace --- src/main/java/org/apache/commons/lang3/function/FailableFunction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/function/FailableFunction.java b/src/main/java/org/apache/commons/lang3/function/FailableFunction.java index 369be4aa9..166823d3c 100644 --- a/src/main/java/org/apache/commons/lang3/function/FailableFunction.java +++ b/src/main/java/org/apache/commons/lang3/function/FailableFunction.java @@ -37,7 +37,7 @@ public interface FailableFunction<T, R, E extends Throwable> { /** * Starts a fluent chain like {@code function(foo::bar).andThen(...).andThen(...).apply(...);} - * + * * @param <T> Input type. * @param <R> Return type. * @param <E> The kind of thrown exception or error.