This commit is contained in:
Looly
2022-11-28 13:52:11 +08:00
parent 738519d6db
commit 9e6ba78ae8
3 changed files with 18 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ import java.util.Map;
public class XmlUtil {
/**
* 字符串常量XML 空格转义 {@code " " -> " "}
* 字符串常量XML 不间断空格转义 {@code " " -> " "}
*/
public static final String NBSP = " ";