Better Javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1565834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-02-07 22:23:02 +00:00
parent 84f392eaa4
commit 2d6fef59e6
1 changed files with 1 additions and 1 deletions

View File

@ -7627,7 +7627,7 @@ public class StringUtils {
* @throws UnsupportedEncodingException
* This exception is never thrown and should not be in the signature, it will be removed in 4.0.
* @throws NullPointerException
* if the input is null
* if {@code bytes} is null
* @since 3.2
*/
public static String toEncodedString(byte[] bytes, Charset charset) throws UnsupportedEncodingException {