javadoc fix
This commit is contained in:
parent
2af816d07b
commit
f20f420a2e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class XMLUtils {
|
|||
}
|
||||
|
||||
/**
|
||||
* Encodes a char to XML-valid form replacing &,',",<,> with special XML encoding.
|
||||
* Encodes a char to XML-valid form replacing &,',",<,> with special XML encoding.
|
||||
*
|
||||
* @param ch char to convert
|
||||
* @return XML-encoded text
|
||||
|
|
Loading…
Reference in a new issue