add null ignore for CollectorUtil

This commit is contained in:
Looly
2022-01-15 13:30:44 +08:00
parent 05ebfb44a9
commit 4b44716b5f
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ import java.util.stream.Collector;
/**
* 可变的汇聚操作{@link Collector} 相关工具封装
*
* @author looly
* @author looly, VampireAchao
* @since 5.6.7
*/
public class CollectorUtil {