Fix spelling

This commit is contained in:
Gary Gregory 2023-10-17 10:48:51 -04:00
parent 1abc85cb2d
commit ce5522f60d
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ public class ExceptionUtils {
* Throws a checked exception without adding the exception to the throws
* clause of the calling method. This method prevents throws clause
* pollution and reduces the clutter of "Caused by" exceptions in the
* stacktrace.
* stack trace.
* <p>
* The use of this technique may be controversial, but exceedingly useful to
* library developers.