Skip to content

Commit

Permalink
refactor catch inutile
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Apr 9, 2024
1 parent a6cb3bb commit 6595999
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 6595999

Please sign in to comment.