Checkstyle.

This commit is contained in:
Gary Gregory 2021-04-18 18:44:22 -04:00
parent a35ecb3439
commit 9723b57f3b
1 changed files with 1 additions and 1 deletions

View File

@ -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.