Skip to content

Commit

Permalink
Suppress deprecation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Feb 27, 2025
1 parent 5a1e502 commit 30d5f1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ protected OutputStream getRequestOutputStream() throws IOException {
}

@Override
@SuppressWarnings("deprecation")
protected void onSendAfterWrite(WebServiceMessage message) throws IOException {

String contentType = httpPost.getFirstHeader(HttpHeaders.CONTENT_TYPE).getValue();
Expand Down

0 comments on commit 30d5f1e

Please sign in to comment.