mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +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);
|
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[]{"'", "'"}};
|
protected static final String[][] OTHER_UNESCAPE = new String[][]{new String[]{"'", "'"}};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user