Skip to content

Commit

Permalink
docs: fix nit javadoc return format
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Dec 1, 2020
1 parent eaa8ee5 commit 1b4174f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public void refresh() throws IOException {
/**
* Provide additional headers to return as request metadata.
*
* @return Map of additional headers.
* @return additional headers
*/
protected Map<String, List<String>> getAdditionalHeaders() {
return EMPTY_EXTRA_HEADERS;
Expand Down

0 comments on commit 1b4174f

Please sign in to comment.