Skip to content

Commit

Permalink
Update Headers.addAll doc. (#4125)
Browse files Browse the repository at this point in the history
  • Loading branch information
NightlyNexus authored and yschimke committed Jul 6, 2018
1 parent c84c8fa commit 5785e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okhttp/src/main/java/okhttp3/Headers.java
Expand Up @@ -292,7 +292,7 @@ public Builder add(String name, String value) {
}

/**
* Adds all headers from an existing collection. Does validation of header names and values.
* Adds all headers from an existing collection.
*/
public Builder addAll(Headers headers) {
int size = headers.size();
Expand Down

0 comments on commit 5785e1b

Please sign in to comment.