diff --git a/src/main/java/org/apache/commons/lang3/StringUtils.java b/src/main/java/org/apache/commons/lang3/StringUtils.java index b8ae1e069..1450ff3f3 100644 --- a/src/main/java/org/apache/commons/lang3/StringUtils.java +++ b/src/main/java/org/apache/commons/lang3/StringUtils.java @@ -7625,7 +7625,7 @@ public class StringUtils { * the encoding to use, if null then use the platform default * @return a new String * @throws UnsupportedEncodingException - * If the named charset is not supported + * 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 * @since 3.2