javadoc fix

This commit is contained in:
Jörg Prante 2021-11-25 12:14:23 +01:00
parent 2af816d07b
commit f20f420a2e

View file

@ -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 &amp;,',",&lt;,&gt; with special XML encoding.
*
* @param ch char to convert
* @return XML-encoded text