Add missing since tags for UnicodeEscaper
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1552652 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dd5723ae0f
commit
0563c9d603
|
@ -132,6 +132,8 @@ public class UnicodeEscaper extends CodePointTranslator {
|
|||
* @param codepoint
|
||||
* a Unicode code point
|
||||
* @return the hex string for the given codepoint
|
||||
*
|
||||
* @since 3.2
|
||||
*/
|
||||
protected String toUtf16Escape(final int codepoint) {
|
||||
return "\\u" + hex(codepoint);
|
||||
|
|
Loading…
Reference in New Issue