mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user