From 4942367ab46e4fbc26eb744fee2a31b7fc6bd518 Mon Sep 17 00:00:00 2001 From: Looly Date: Mon, 9 Jun 2025 11:32:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D`LunarFestival`=E4=B8=AD?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E8=8A=82=E6=97=A5=E9=97=AE=E9=A2=98=EF=BC=88?= =?UTF-8?q?issue#ICC8X3@Gitee=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/cn/hutool/v7/core/date/chinese/LunarFestival.java | 1 - 1 file changed, 1 deletion(-) diff --git a/hutool-core/src/main/java/cn/hutool/v7/core/date/chinese/LunarFestival.java b/hutool-core/src/main/java/cn/hutool/v7/core/date/chinese/LunarFestival.java index 221833912..f4fc065ff 100644 --- a/hutool-core/src/main/java/cn/hutool/v7/core/date/chinese/LunarFestival.java +++ b/hutool-core/src/main/java/cn/hutool/v7/core/date/chinese/LunarFestival.java @@ -77,7 +77,6 @@ public class LunarFestival { // 七月 L_FTV.put(MapUtil.entry(7, 7), "七夕节"); L_FTV.put(MapUtil.entry(7, 14), "鬼节(南方)"); - L_FTV.put(MapUtil.entry(7, 15), "中元节"); L_FTV.put(MapUtil.entry(7, 15), "盂兰盆节 中元节"); L_FTV.put(MapUtil.entry(7, 30), "地藏节");