Update hutool-core/src/main/java/cn/hutool/core/lang/Opt.java

This commit is contained in:
emptypoint 2022-12-06 06:35:10 +00:00 committed by Gitee
parent 0bc8ce836a
commit df94a1ebe2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -44,7 +44,8 @@ import java.util.stream.Stream;
* 详细见<a href="https://gitee.com/dromara/hutool/pulls/426"></a>
*
* @param <T> 包裹里元素的类型
* @author VampireAchao Cizai
* @author VampireAchao
* @author Cizai
* @see java.util.Optional
*/
public class Opt<T> {