Skip to content

Commit 754a2cd

Browse files
andrey-qlogicsduskis
authored andcommitted
---
yaml --- r: 13391 b: refs/heads/master c: a6b4182 h: refs/heads/master i: 13389: ea94fc5 13387: c77e475 13383: aa714b9 13375: 915a35f
1 parent b15c270 commit 754a2cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 05bdd1f99696a0f2dec8df95936d97494cdfb5cc
2+
refs/heads/master: a6b41826e559b989b41357ff6a21e6af0238b787
33
refs/heads/gh-pages: b3b44c7d6a577a86c1df125085c5ceff8180a910
44
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
55
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd

trunk/google-cloud-clients/google-cloud-core-http/src/main/java/com/google/cloud/http/HttpTransportOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public Builder setReadTimeout(int readTimeout) {
120120
}
121121
}
122122

123-
private HttpTransportOptions(Builder builder) {
123+
public HttpTransportOptions(Builder builder) {
124124
httpTransportFactory =
125125
firstNonNull(
126126
builder.httpTransportFactory,

0 commit comments

Comments
 (0)