fix comment

This commit is contained in:
Looly 2021-11-12 21:51:14 +08:00
parent 01dcaee362
commit b1f3584649

View File

@ -8,7 +8,7 @@ import java.util.concurrent.ExecutionException;
* {@link CompletableFuture}异步工具类<br>
* {@link CompletableFuture} Future 的改进可以通过传入回调对象在任务完成后调用之
*
* @author <achao1441470436@gmail.com>
* @author achao1441470436@gmail.com
* @since 5.7.17
*/
public class AsyncUtil {