chore: 修改 DateTimeTools 中的 #region 注释

This commit is contained in:
2025-09-02 15:46:24 +08:00
parent 0e029e6a18
commit 7758e78ff7
2 changed files with 11 additions and 3 deletions

View File

@@ -649,7 +649,7 @@ public class DateTimeTools {
// ================================ // ================================
// ================================ // ================================
// #region - others // #region - range
// ================================ // ================================
/** /**
@@ -711,6 +711,14 @@ public class DateTimeTools {
return Range.closedOpen(lowerEndpoint, upperEndpoint); return Range.closedOpen(lowerEndpoint, upperEndpoint);
} }
// ================================
// #endregion - range
// ================================
// ================================
// #region - others
// ================================
/** /**
* 判断指定年份是否为闰年 * 判断指定年份是否为闰年
* *

View File

@@ -374,7 +374,7 @@ class DateTimeToolsTests {
// ================================ // ================================
// ================================ // ================================
// #region - others // #region - range
// ================================ // ================================
@Test @Test
@@ -481,7 +481,7 @@ class DateTimeToolsTests {
} }
// ================================ // ================================
// #endregion - others // #endregion - range
// ================================ // ================================
// ================================ // ================================