docs: fix param name

This commit is contained in:
zhouxy108 2025-04-19 02:00:52 +08:00
parent 91c0c18960
commit c6df5cd925

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2023-2024 the original author or authors. * Copyright 2023-2025 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -184,7 +184,7 @@ public class DateTimeTools {
/** /**
* 使用指定时区 {@link LocalDateTime} 对象转换为 {@link Instant} 对象 * 使用指定时区 {@link LocalDateTime} 对象转换为 {@link Instant} 对象
* *
* @param LocalDateTime {@link LocalDateTime} 对象 * @param localDateTime {@link LocalDateTime} 对象
* @param zone 时区 * @param zone 时区
* @return {@link Instant} 对象 * @return {@link Instant} 对象
*/ */