Corrected Javadoc example.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592876 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Duncan Jones 2014-05-06 20:46:48 +00:00
parent daf4b4f98c
commit 39a5b774ea
1 changed files with 1 additions and 1 deletions

View File

@ -7647,7 +7647,7 @@ public static String toEncodedString(byte[] bytes, Charset charset) {
* StringUtils.wrap("ab", '\0') = "ab" * StringUtils.wrap("ab", '\0') = "ab"
* StringUtils.wrap("ab", 'x') = "xabx" * StringUtils.wrap("ab", 'x') = "xabx"
* StringUtils.wrap("ab", '\'') = "'ab'" * StringUtils.wrap("ab", '\'') = "'ab'"
* StringUtils.wrap("\"ab\"", '\"') = "\"ab\"" * StringUtils.wrap("\"ab\"", '\"') = "\"\"ab\"\""
* </pre> * </pre>
* *
* @param str * @param str