mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -29,7 +29,7 @@ public class XmlUnescape extends ReplacerChain {
|
||||
*/
|
||||
protected static final String[][] BASIC_UNESCAPE = InternalEscapeUtil.invert(XmlEscape.BASIC_ESCAPE);
|
||||
/**
|
||||
* issue#1118,新增'反转义
|
||||
* issue#1118,新增{@code '}反转义
|
||||
*/
|
||||
protected static final String[][] OTHER_UNESCAPE = new String[][]{new String[]{"'", "'"}};
|
||||
|
||||
|
Reference in New Issue
Block a user