Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bnasslahsen committed May 5, 2020
1 parent 2eda2b6 commit 8da0242
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ private Optional<ModelConverter> getRegisteredConverterSameAs(ModelConverter mod
.findFirst();
}
catch (IllegalAccessException exception) {
LOGGER.error(exception.getMessage(), exception);
throw new RuntimeException(exception);
LOGGER.warn(exception.getMessage());
}
return Optional.empty();
}

private boolean isSameConverter(ModelConverter modelConverter1, ModelConverter modelConverter2) {
Expand Down

0 comments on commit 8da0242

Please sign in to comment.