Skip to content

Commit

Permalink
remove throws declaration for not thrown exception
Browse files Browse the repository at this point in the history
(cherry picked from commit 90c3b93)
  • Loading branch information
javeleon authored and marwan-hallaoui committed Jan 2, 2024
1 parent 4039a4b commit c16ccfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ StaticObject doForeignExceptionTypeMapping(Object value,
@Cached LookupTypeConverterNode lookupTypeConverterNode,
@Cached LookupInternalTypeConverterNode lookupInternalTypeConverterNode,
@Cached ToReference.DynamicToReference converterToEspresso,
@Bind("getMeta()") Meta meta) throws UnsupportedTypeException {
@Bind("getMeta()") Meta meta) {
try {
return tryTypeConversion(value, interop, lookupProxyKlassNode, lookupTypeConverterNode, lookupInternalTypeConverterNode, converterToEspresso, errorProfile, meta);
} catch (@SuppressWarnings("unused") UnsupportedTypeException ex) {
Expand Down

0 comments on commit c16ccfb

Please sign in to comment.