This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new e2426182c Javadoc e2426182c is described below commit e2426182c81d371e3c1ea3410156528e7c7944b3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 6 09:43:02 2023 -0400 Javadoc --- 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 71697a97e..fbf10227a 100644 --- a/src/main/java/org/apache/commons/lang3/StringUtils.java +++ b/src/main/java/org/apache/commons/lang3/StringUtils.java @@ -8991,7 +8991,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 + * Never thrown * @throws NullPointerException * if the input is null * @deprecated use {@link StringUtils#toEncodedString(byte[], Charset)} instead of String constants in your code