Skip to content

Commit

Permalink
Merge pull request #86
Browse files Browse the repository at this point in the history
refactor catch inutile
  • Loading branch information
jvk88511334 authored Apr 9, 2024
2 parents a6cb3bb + 6595999 commit d53f88c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/fr/abes/bestppn/service/WsService.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ private ResultWsSudocDto getResultWsSudocDto(String type, String id, @Nullable S
} catch (RestClientException ex) {
log.info("URL : {} / id : {} / provider : {} : Erreur dans l'acces au webservice.", url, id, provider);
throw ex;
} catch (IllegalArgumentException ex) {
throw ex;
} catch (JsonProcessingException ex) {
throw new RestClientException(ex.getMessage());
} finally {
Expand Down

0 comments on commit d53f88c

Please sign in to comment.