Skip to content

Commit

Permalink
Update GetLoggingFilter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Aug 21, 2024
1 parent a106ae3 commit 88ca66b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ public void doProcessResponseHeaders(Metadata reponseHeaders) {
}

@Override
public void doProcessResponse(GetResponse response) {
public GetResponse doProcessResponse(GetResponse response) {
info("Response: " + response);
return response;
}

}

0 comments on commit 88ca66b

Please sign in to comment.