:trollface: 添加author

This commit is contained in:
VampireAchao 2022-09-09 14:44:49 +08:00
parent d1b125c88f
commit e09656b6cd
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import java.util.stream.Stream;
*
* @param <T> 流中的元素类型
* @param <S> {@link AbstractEnhancedWrappedStream}的实现类类型
* @author huangchengxing
* @author huangchengxing VampireAchao
* @see EasyStream
* @see EntryStream
* @since 6.0.0

View File

@ -17,7 +17,7 @@ import java.util.stream.Stream;
*
* @param <T> 流中的元素类型
* @param <S> {@link TerminableWrappedStream}的实现类类型
* @author huangchengxing
* @author huangchengxing VampireAchao
* @since 6.0.0
*/
public interface TerminableWrappedStream<T, S extends TerminableWrappedStream<T, S>> extends WrappedStream<T, S> {