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