Skip to content

Commit

Permalink
Add findbugs hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Apr 26, 2022
1 parent 66a7e17 commit fb9bd84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,7 @@ protected enum ForLegacyVm implements ProcessProvider {
/**
* {@inheritDoc}
*/
@SuppressFBWarnings(value = "REC_CATCH_EXCEPTION", justification = "Exception should not be rethrown but trigger a fallback.")
public String resolve() {
String runtimeName;
try {
Expand Down

0 comments on commit fb9bd84

Please sign in to comment.