This commit is contained in:
Looly
2022-04-29 01:46:01 +08:00
parent b2f0dc7b0f
commit c753a53173
561 changed files with 1532 additions and 4201 deletions

View File

@@ -31,6 +31,6 @@ public class YamlUtilTest {
YamlUtil.dump(
dict
, FileUtil.getWriter("d:/test/dump.yaml", CharsetUtil.CHARSET_UTF_8, false));
, FileUtil.getWriter("d:/test/dump.yaml", CharsetUtil.UTF_8, false));
}
}