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 c5c839f Whitespace. c5c839f is described below commit c5c839ff821e04a6914fdfcd227fb0edf9d2f164 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jun 24 10:54:37 2020 -0400 Whitespace. --- src/main/java/org/apache/commons/lang3/Functions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/Functions.java b/src/main/java/org/apache/commons/lang3/Functions.java index ff4134f..8eeb137 100644 --- a/src/main/java/org/apache/commons/lang3/Functions.java +++ b/src/main/java/org/apache/commons/lang3/Functions.java @@ -94,7 +94,7 @@ public class Functions { */ void accept(O1 object1, O2 object2) throws T; } - + /** * A functional interface like {@link BiFunction} that declares a {@code Throwable}. *