This commit is contained in:
Looly
2019-10-29 20:24:30 +08:00
parent 1459e5da03
commit e961e18923

View File

@@ -760,6 +760,7 @@ public class XmlUtil {
*
* @param data Map类型数据
* @param rootName 根节点名
* @param namespace 命名空间可以为null
* @return XML格式的字符串
* @since 5.0.4
*/
@@ -785,6 +786,7 @@ public class XmlUtil {
*
* @param data Map类型数据
* @param rootName 根节点名
* @param namespace 命名空间可以为null
* @return XML
* @since 5.0.4
*/