Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
troyzhxu committed Aug 30, 2024
1 parent 1e84b75 commit 61b7c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xjsonkit-api/src/main/java/cn/zhxu/xjson/XmlKit.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public static String toXml(Object object) {
/**
* 对象转 XML 字符串
* @param object 对象
* @param pretty 是否格式化
* @return XML 字符串
*/
public static String toXml(Object object, boolean pretty) {
Expand Down

0 comments on commit 61b7c56

Please sign in to comment.