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 1a45003b8 Javadoc 1a45003b8 is described below commit 1a45003b8b79886750f7460f984ffd3dab4a24c0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 17 10:17:45 2023 -0400 Javadoc --- src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java b/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java index 220207069..06440de01 100644 --- a/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java +++ b/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java @@ -965,8 +965,7 @@ public class ExceptionUtils { } /** - * Tests whether the cause of the specified {@link Throwable} - * should be thrown and does it if necessary. + * Tests whether the specified {@link Throwable} is unchecked and throws it if so. * * @param <T> The Throwable type. * @param throwable the throwable to test and throw or return.