mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-30 04:45:55 +08:00
fix code
This commit is contained in:
parent
9da4c8815c
commit
68b402fd72
@ -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[]{"'", "'"}};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user