From 2d6fef59e63c6cd0c03fbf2c47e37513d2e3811c Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Fri, 7 Feb 2014 22:23:02 +0000 Subject: [PATCH] Better Javadoc. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1565834 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/lang3/StringUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/StringUtils.java b/src/main/java/org/apache/commons/lang3/StringUtils.java index 1450ff3f3..956cdcdac 100644 --- a/src/main/java/org/apache/commons/lang3/StringUtils.java +++ b/src/main/java/org/apache/commons/lang3/StringUtils.java @@ -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 {