mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -33,7 +33,7 @@ public class EscapeUtil {
|
||||
* < (less than) 替换为 &lt;
|
||||
* > (greater than) 替换为 &gt;
|
||||
* " (double quote) 替换为 &quot;
|
||||
* ' (single quote / apostrophe) 替换为 &apos;
|
||||
* ' (single quote / apostrophe) 替换为 &apos;
|
||||
* </pre>
|
||||
*
|
||||
* @param xml XML文本
|
||||
|
Reference in New Issue
Block a user