Javadoc spelling

This commit is contained in:
Gary Gregory 2023-11-26 16:02:14 -05:00
parent 63905f6164
commit 66ddbc0c77
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ public class ExceptionUtils {
* 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 {@code instanceof} operator. Either of these
* techniques are required when interacting with non-Java jvm code such as
* 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.
* </p>
@ -856,7 +856,7 @@ public class ExceptionUtils {
* 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 {@code instanceof} operator. Either of these
* techniques are required when interacting with non-Java jvm code such as
* 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.
* </p>