This commit is contained in:
Gary Gregory 2023-10-17 10:17:45 -04:00
parent f9e851690c
commit 1a45003b8b
1 changed files with 1 additions and 2 deletions

View File

@ -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.