Fix spelling
This commit is contained in:
parent
1abc85cb2d
commit
ce5522f60d
|
@ -754,7 +754,7 @@ public class ExceptionUtils {
|
||||||
* Throws a checked exception without adding the exception to the throws
|
* Throws a checked exception without adding the exception to the throws
|
||||||
* clause of the calling method. This method prevents throws clause
|
* clause of the calling method. This method prevents throws clause
|
||||||
* pollution and reduces the clutter of "Caused by" exceptions in the
|
* pollution and reduces the clutter of "Caused by" exceptions in the
|
||||||
* stacktrace.
|
* stack trace.
|
||||||
* <p>
|
* <p>
|
||||||
* The use of this technique may be controversial, but exceedingly useful to
|
* The use of this technique may be controversial, but exceedingly useful to
|
||||||
* library developers.
|
* library developers.
|
||||||
|
|
Loading…
Reference in New Issue