fix comment

This commit is contained in:
Looly 2025-02-17 12:43:15 +08:00
parent 97bcdbdc38
commit 6b843b1ca6

View File

@ -956,7 +956,7 @@ public class XmlUtil {
* < (小于) 替换为 < * < (小于) 替换为 <
* > (大于) 替换为 > * > (大于) 替换为 >
* " (双引号) 替换为 " * " (双引号) 替换为 "
* ' (单引号) 替换为 ' * ' (单引号) 替换为 '
* </pre> * </pre>
* *
* @param string 被替换的字符串 * @param string 被替换的字符串