This commit is contained in:
harkue
2019-11-12 16:27:24 +08:00
parent 4b49bc94ce
commit 4990c3a180
4 changed files with 29 additions and 30 deletions

View File

@@ -152,7 +152,7 @@ public class XMLTokener extends JSONTokener {
}
/**
* Unescapes an XML entity encoding;
* Unescape an XML entity encoding;
* @param e entity (only the actual entity value, not the preceding & or ending ;
* @return
*/