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:
parent
84f392eaa4
commit
2d6fef59e6
|
@ -7627,7 +7627,7 @@ public class StringUtils {
|
||||||
* @throws UnsupportedEncodingException
|
* @throws UnsupportedEncodingException
|
||||||
* This exception is never thrown and should not be in the signature, it will be removed in 4.0.
|
* This exception is never thrown and should not be in the signature, it will be removed in 4.0.
|
||||||
* @throws NullPointerException
|
* @throws NullPointerException
|
||||||
* if the input is null
|
* if {@code bytes} is null
|
||||||
* @since 3.2
|
* @since 3.2
|
||||||
*/
|
*/
|
||||||
public static String toEncodedString(byte[] bytes, Charset charset) throws UnsupportedEncodingException {
|
public static String toEncodedString(byte[] bytes, Charset charset) throws UnsupportedEncodingException {
|
||||||
|
|
Loading…
Reference in New Issue