Skip to content

Commit

Permalink
Update src/main/java/eu/europa/ec/dgc/gateway/connector/DgcGatewayRev…
Browse files Browse the repository at this point in the history
…ocationListUploadConnector.java

Co-authored-by: Felix Dittrich <[email protected]>
  • Loading branch information
Morphyum and f11h authored Mar 15, 2022
1 parent 0166925 commit cdfaec0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ public void deleteRevocationBatch(String batchId) throws DgcRevocationBatchUploa

private void handleBadRequest(FeignException e) throws DgcRevocationBatchUploadException {
if (e.responseBody().isPresent()) {
ObjectMapper objectMapper = new ObjectMapper();
try {
ProblemReportDto problemReport = objectMapper.readValue(e.contentUTF8(), ProblemReportDto.class);

Expand Down

0 comments on commit cdfaec0

Please sign in to comment.