1
mirror of https://github.com/CarmJos/MineConfiguration.git synced 2026-06-04 21:58:16 +08:00

fix(text): 令 AbstractText#parse 返回值不得为null,避免在List类型循环parse时出现异常。

This commit is contained in:
2022-06-21 05:03:16 +08:00
parent 7fa6fa1551
commit 9a8e6395bb
9 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>cc.carm.lib</groupId>
<artifactId>mineconfiguration-parent</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>