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