Skip to content

Commit 7481d8a

Browse files
GavinTianYangchingor13
authored andcommitted
---
yaml --- r: 11983 b: refs/heads/autosynth-bigtable-admin c: e333f47 h: refs/heads/master i: 11981: 26a61c4 11979: 8c7ab19 11975: e215200 11967: c1c283b
1 parent 47eb769 commit 7481d8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • branches/autosynth-bigtable-admin/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/spi/v1

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ refs/heads/autosynth-automl: 8c05f2af9d8bcf10536f8255093c2484bfe9243c
127127
refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff387f
128128
refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28
129129
refs/heads/autosynth-bigtable: cd831a28dff2ba4d733608b871a1523a463e7380
130-
refs/heads/autosynth-bigtable-admin: fac25a3bb519bdd0685008108df73b5870ec7ba5
130+
refs/heads/autosynth-bigtable-admin: e333f47279194ab2505bedc49e8c6e249c0316f1
131131
refs/heads/autosynth-containeranalysis: 963746c85ab8171d519059a6be1b74015e453bbf
132132
refs/heads/autosynth-datastore: 02c91de76764225070df7e64314c25b865cf7af8
133133
refs/heads/autosynth-dialogflow: c6bde02c8a8e063a32f9eaf63b2b9fe5e4895d8a

branches/autosynth-bigtable-admin/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/spi/v1/HttpStorageRpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ public String open(StorageObject object, Map<Option, ?> options) {
718718
String scheme = url.getScheme();
719719
String host = url.getHost();
720720
int port = url.getPort();
721-
port = port < 0 ? port : url.toURL().getDefaultPort();
721+
port = port > 0 ? port : url.toURL().getDefaultPort();
722722
String path = "/upload" + url.getRawPath();
723723
url = new GenericUrl(scheme + "://" + host + ":" + port + path);
724724
url.set("uploadType", "resumable");

0 commit comments

Comments
 (0)