mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修复XmlUtil.toStr方法注释(omitXmlDeclaration表示为忽略 xml Declaration)
This commit is contained in:
@@ -474,7 +474,7 @@ public class XmlUtil {
|
|||||||
* @param doc XML文档
|
* @param doc XML文档
|
||||||
* @param charset 编码
|
* @param charset 编码
|
||||||
* @param isPretty 是否格式化输出
|
* @param isPretty 是否格式化输出
|
||||||
* @param omitXmlDeclaration 是否输出 xml Declaration
|
* @param omitXmlDeclaration 是否忽略 xml Declaration
|
||||||
* @return XML字符串
|
* @return XML字符串
|
||||||
* @since 5.1.2
|
* @since 5.1.2
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user