Javadoc spelling
This commit is contained in:
parent
63905f6164
commit
66ddbc0c77
|
@ -114,7 +114,7 @@ public class ExceptionUtils {
|
||||||
* to catch the shaded checked exception, it must either invoke the shaded
|
* to catch the shaded checked exception, it must either invoke the shaded
|
||||||
* code through a method re-declaring the desired checked exception, or
|
* code through a method re-declaring the desired checked exception, or
|
||||||
* catch Exception and use the {@code 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
|
* techniques are required when interacting with non-Java JVM code such as
|
||||||
* Jython, Scala, or Groovy, since these languages do not consider any
|
* Jython, Scala, or Groovy, since these languages do not consider any
|
||||||
* exceptions as checked.
|
* exceptions as checked.
|
||||||
* </p>
|
* </p>
|
||||||
|
@ -856,7 +856,7 @@ public class ExceptionUtils {
|
||||||
* to catch the shaded checked exception, it must either invoke the shaded
|
* to catch the shaded checked exception, it must either invoke the shaded
|
||||||
* code through a method re-declaring the desired checked exception, or
|
* code through a method re-declaring the desired checked exception, or
|
||||||
* catch Exception and use the {@code 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
|
* techniques are required when interacting with non-Java JVM code such as
|
||||||
* Jython, Scala, or Groovy, since these languages do not consider any
|
* Jython, Scala, or Groovy, since these languages do not consider any
|
||||||
* exceptions as checked.
|
* exceptions as checked.
|
||||||
* </p>
|
* </p>
|
||||||
|
|
Loading…
Reference in New Issue