Skip to content

Commit

Permalink
Fix compilation error in Volley (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek authored May 18, 2023
1 parent a087e51 commit b6a8c40
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ public String getUrl(RequestWrapper requestWrapper) {
return requestWrapper.getRequest().getUrl();
}

@Nullable
@Override
public String getFlavor(RequestWrapper requestWrapper, @Nullable HttpResponse response) {
return null;
}

@Nullable
@Override
public String getMethod(RequestWrapper requestWrapper) {
Expand Down

0 comments on commit b6a8c40

Please sign in to comment.