Skip to content

Commit

Permalink
fix Sonar again
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jan 5, 2024
1 parent 0c06e2e commit 147097e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ <T> HttpResponse<T> sendHttpRequest(
} catch (IOException ex) {
throw new UncheckedIOException(ex);
} catch (InterruptedException ex) {
Thread.currentThread().interrupt();
throw new RuntimeException("Operation was interrupted", ex);
}
}
Expand Down

0 comments on commit 147097e

Please sign in to comment.