Fixing typo in javadoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1533794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2013-10-19 17:25:04 +00:00
parent 5d2d19c479
commit 48695e2afe
1 changed files with 1 additions and 1 deletions

View File

@ -7360,7 +7360,7 @@ public static String toString(final byte[] bytes, final String charsetName) thro
*
* @param bytes
* the byte array to read from
* @param charsetName
* @param charset
* the encoding to use, if null then use the platform default
* @return a new String
* @throws UnsupportedEncodingException