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 b0d9979 Javadoc. b0d9979 is described below commit b0d9979fb6547651d37bda56e150e505c705d3d9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 10 10:28:13 2021 -0400 Javadoc. --- src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1913a3b..37d6378 100644 --- a/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java +++ b/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java @@ -69,7 +69,7 @@ public class ExceptionUtils { static final String WRAPPED_MARKER = " [wrapped] "; /** - * Claims a Throwable is another Exception type using type erasure. This + * Claims a Throwable is another Throwable type using type erasure. This * hides a checked exception from the Java compiler, allowing a checked * exception to be thrown without having the exception in the method's throw * clause.