Skip to content

Commit

Permalink
docs: add javadoc for new protected getAdditionalHeaders()
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Nov 30, 2020
1 parent 8665dfd commit 8f6b1fc
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -167,6 +167,11 @@ public void refresh() throws IOException {
}
}

/**
* Provide additional headers to return as request metadata.
*
* @return Map of additional headers.
*/
protected Map<String, List<String>> getAdditionalHeaders() {
return EMPTY_EXTRA_HEADERS;
}
Expand Down

0 comments on commit 8f6b1fc

Please sign in to comment.