3 Commits

Author SHA1 Message Date
b0fce37a3e release: 1.0.4
Co-authored-by: ZhouXY108 <luquanlion@outlook.com>
Co-committed-by: ZhouXY108 <luquanlion@outlook.com>
2025-05-02 14:31:54 +08:00
b6017454c7 docs: 修改 MultiTypesException 文档描述
Co-authored-by: ZhouXY108 <luquanlion@outlook.com>
Co-committed-by: ZhouXY108 <luquanlion@outlook.com>
2025-05-02 14:04:51 +08:00
6d5da7ab32 chore: 修改注释中的拼写错误
Co-authored-by: ZhouXY108 <luquanlion@outlook.com>
Co-committed-by: ZhouXY108 <luquanlion@outlook.com>
2025-05-02 13:55:38 +08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<groupId>xyz.zhouxy.plusone</groupId> <groupId>xyz.zhouxy.plusone</groupId>
<artifactId>plusone-commons</artifactId> <artifactId>plusone-commons</artifactId>
<version>1.0.3</version> <version>1.0.4</version>
<properties> <properties>
<!-- Basic properties --> <!-- Basic properties -->

View File

@@ -29,7 +29,7 @@ import xyz.zhouxy.plusone.commons.base.IWithCode;
* 异常实现 {@link MultiTypesException} 的 {@link #getType} 方法,返回对应的场景类型。 * 异常实现 {@link MultiTypesException} 的 {@link #getType} 方法,返回对应的场景类型。
* </p> * </p>
* <p> * <p>
* 表示场景类型的枚举实现 {@link ExceptionType},其中的工厂方法用于创建类型对象 * 表示场景类型的枚举实现 {@link ExceptionType},其中的工厂方法用于创建对应类型的异常
* </p> * </p>
* *
* <pre> * <pre>

View File

@@ -400,7 +400,7 @@ class DateTimeToolsTests {
// ================================ // ================================
// ================================ // ================================
// #region - ZondId <--> DateTimeZone // #region - ZoneId <--> DateTimeZone
// ================================ // ================================
@Test @Test
@@ -412,7 +412,7 @@ class DateTimeToolsTests {
} }
// ================================ // ================================
// #endregion - ZondId <--> DateTimeZone // #endregion - ZoneId <--> DateTimeZone
// ================================ // ================================
// ================================ // ================================