Skip to content

Commit

Permalink
Merge branch 'WhiskeyBravo-master'
Browse files Browse the repository at this point in the history
* WhiskeyBravo-master:
  Fix a documentation typo in OkHttpClient.
  • Loading branch information
squarejesse committed Aug 10, 2016
2 parents 59c096d + 393650b commit 7f53615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okhttp/src/main/java/okhttp3/OkHttpClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ public Builder followSslRedirects(boolean followProtocolRedirects) {
return this;
}

/** Configure this client to follow redirects. If unset, redirects be followed. */
/** Configure this client to follow redirects. If unset, redirects will be followed. */
public Builder followRedirects(boolean followRedirects) {
this.followRedirects = followRedirects;
return this;
Expand Down

0 comments on commit 7f53615

Please sign in to comment.