Skip to content

Commit

Permalink
Remove deprecated API use.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Oct 17, 2022
1 parent 6ca3ef8 commit d7fd71d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,6 @@ public HttpMethod getMethod() {
return HttpMethod.valueOf(request.httpMethod().name());
}

@Override
public String getMethodValue() {
return getMethod().name();
}

@Override
public URI getURI() {
return URI.create(request.url());
Expand Down

0 comments on commit d7fd71d

Please sign in to comment.