fix comment

This commit is contained in:
Looly 2021-01-24 20:55:20 +08:00
parent 103f352cf4
commit b6003aea30
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
* 【crypto 】 AsymmetricAlgorithm增加RSA_ECB("RSA/ECB/NoPadding")issue#1368@Github
* 【core 】 补充StrUtil.padXXX注释issue#I2E1S7@Gitee
* 【core 】 修改上传文件检查逻辑
* 【core 】 修正LocalDateTimeUtil.offset方法注释问题issue#I2EEXC@Gitee
### Bug修复
* 【core 】 修复FileUtil.move以及PathUtil.copy等无法自动创建父目录的问题issue#I2CKTI@Gitee

View File

@ -399,7 +399,7 @@ public class LocalDateTimeUtil {
*
* @param time {@link LocalDateTime}
* @param number 偏移量正数为向后偏移负数为向前偏移
* @param field 偏移单位{@link ChronoField}不能为null
* @param field 偏移单位{@link ChronoUnit}不能为null
* @return 偏移后的日期时间
*/
public static LocalDateTime offset(LocalDateTime time, long number, TemporalUnit field) {