Merge pull request #3949 from bling-yshs/v5-dev

docs: 修复错字,删除意外的空格
This commit is contained in:
Golden Looly 2025-05-23 16:24:13 +08:00 committed by GitHub
commit c99616fa56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ import java.util.stream.Collectors;
* 日期时间工具类
*
* @author xiaoleilu
* @see LocalDateTimeUtil java8日工具类
* @see LocalDateTimeUtil java8日工具类
* @see DatePattern 日期常用格式工具类
*/
public class DateUtil extends CalendarUtil {

View File

@ -14,7 +14,7 @@ import java.util.Date;
import java.util.TimeZone;
/**
* JDK8+中的{@link LocalDateTime} 工具类封装
* JDK8+中的{@link LocalDateTime}工具类封装
*
* @author looly
* @see DatePattern 常用格式工具类