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 9723b57 Checkstyle. 9723b57 is described below commit 9723b57f3b30e7627e5d531d1660697f99aeb6a5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 18 18:44:22 2021 -0400 Checkstyle. --- src/main/java/org/apache/commons/lang3/function/Suppliers.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/function/Suppliers.java b/src/main/java/org/apache/commons/lang3/function/Suppliers.java index 28d0013..6467a47 100644 --- a/src/main/java/org/apache/commons/lang3/function/Suppliers.java +++ b/src/main/java/org/apache/commons/lang3/function/Suppliers.java @@ -28,7 +28,7 @@ public class Suppliers { /** * Null-safe call to {@link Supplier#get()}. - * + * * @param <T> the type of results supplied by this supplier. * @param supplier the supplier or null. * @return Result of {@link Supplier#get()} or null.