Skip to content

Commit

Permalink
public getHeader method
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichsralf committed Mar 3, 2022
1 parent bdf5722 commit 72390cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Map<String, String> getFullHeader() {
return result;
}

private String getHeader(String key) {
public String getHeader(String key) {
return request.getHeader(key);
}

Expand Down

0 comments on commit 72390cd

Please sign in to comment.