From c6df5cd925a321c5fdb7e7762f3b6067d65ffd21 Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Sat, 19 Apr 2025 02:00:52 +0800 Subject: [PATCH] docs: fix param name --- .../java/xyz/zhouxy/plusone/commons/util/DateTimeTools.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/xyz/zhouxy/plusone/commons/util/DateTimeTools.java b/src/main/java/xyz/zhouxy/plusone/commons/util/DateTimeTools.java index e580706..5271801 100644 --- a/src/main/java/xyz/zhouxy/plusone/commons/util/DateTimeTools.java +++ b/src/main/java/xyz/zhouxy/plusone/commons/util/DateTimeTools.java @@ -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"); * you may not use this file except in compliance with the License. @@ -184,7 +184,7 @@ public class DateTimeTools { /** * 使用指定时区,将 {@link LocalDateTime} 对象转换为 {@link Instant} 对象 * - * @param LocalDateTime {@link LocalDateTime} 对象 + * @param localDateTime {@link LocalDateTime} 对象 * @param zone 时区 * @return {@link Instant} 对象 */