mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix comment
This commit is contained in:
parent
103f352cf4
commit
b6003aea30
@ -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)
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user