Skip to content

Commit 659c338

Browse files
andrey-qlogicsduskis
authored andcommitted
---
yaml --- r: 16285 b: refs/heads/autosynth-firestore c: a6b4182 h: refs/heads/master i: 16283: c26c999
1 parent 876d6d8 commit 659c338

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
@@ -132,7 +132,7 @@ refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132132
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
133133
refs/heads/autosynth-dialogflow: d7477419376eac9b6dcc7dbcede581152527351d
134134
refs/heads/autosynth-errorreporting: 9891e73a56af7c097829ca7a521b0e862ba6af30
135-
refs/heads/autosynth-firestore: 05bdd1f99696a0f2dec8df95936d97494cdfb5cc
135+
refs/heads/autosynth-firestore: a6b41826e559b989b41357ff6a21e6af0238b787
136136
refs/heads/autosynth-iot: 9d732be07d99843d8cb53d34ec0837328a807fce
137137
refs/heads/autosynth-kms: dcc6e15d68759010c8735cc868135bd7e6c1cc5f
138138
refs/heads/autosynth-language: 8972866b016473559702424205ce5569de47b34d

branches/autosynth-firestore/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)