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 98b119bf7 Javadoc
98b119bf7 is described below

commit 98b119bf799ff57925189a62c5917503fc4649d0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 17 11:19:18 2023 -0400

    Javadoc
---
 src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 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 69f4f6ccf..110feb621 100644
--- a/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
+++ b/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
@@ -113,7 +113,7 @@ public class ExceptionUtils {
      * method declared with that checked exception. If the invoking site wishes
      * to catch the shaded checked exception, it must either invoke the shaded
      * code through a method re-declaring the desired checked exception, or
-     * catch Exception and use the instanceof operator. Either of these
+     * catch Exception and use the {@code instanceof} operator. Either of these
      * techniques are required when interacting with non-java jvm code such as
      * Jython, Scala, or Groovy, since these languages do not consider any
      * exceptions as checked.
@@ -855,7 +855,7 @@ public class ExceptionUtils {
      * method declared with that checked exception. If the invoking site wishes
      * to catch the shaded checked exception, it must either invoke the shaded
      * code through a method re-declaring the desired checked exception, or
-     * catch Exception and use the instanceof operator. Either of these
+     * catch Exception and use the {@code instanceof} operator. Either of these
      * techniques are required when interacting with non-java jvm code such as
      * Jython, Scala, or Groovy, since these languages do not consider any
      * exceptions as checked.

Reply via email to