Skip to content

Commit b78d367

Browse files
pehrsmziccard
authored andcommitted
---
yaml --- r: 4909 b: refs/heads/logging-alpha c: 8fc4f7a h: refs/heads/master i: 4907: 68447de
1 parent 85cb2c6 commit b78d367

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
@@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414
refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15-
refs/heads/logging-alpha: a8a88d1b526e032a8d9b16b9d0a4824b56354139
15+
refs/heads/logging-alpha: 8fc4f7a3bad3f1e7c91eec3763b9dd92bcd4d210
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818
refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f

branches/logging-alpha/gcloud-java-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class LocalDatastoreHelper {
9292
GCD_URL = null;
9393
} else {
9494
try {
95-
GCD_URL = new URL("http://storage.googleapis.com/gcd/tools/" + GCD_FILENAME);
95+
GCD_URL = new URL("https://storage.googleapis.com/gcd/tools/" + GCD_FILENAME);
9696
} catch (MalformedURLException e) {
9797
throw new RuntimeException(e);
9898
}

0 commit comments

Comments
 (0)