Skip to content

Commit 4591aba

Browse files
committed
---
yaml --- r: 4533 b: refs/heads/logging-alpha c: da544a9 h: refs/heads/master i: 4531: f67223a
1 parent 644f974 commit 4591aba

3 files changed

Lines changed: 3 additions & 3 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: b9cd1a7aad8756330522baaa1db676938c9e261c
15+
refs/heads/logging-alpha: da544a9799174031e3ee4e3d51fa8eea12819adc
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/test/java/com/google/gcloud/datastore/DatastoreTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ public void testQueryPaginationWithLimit() throws DatastoreException {
473473
.andReturn(rpcMock);
474474
List<RunQueryResponse> responses = buildResponsesForQueryPaginationWithLimit();
475475
List<ByteString> endCursors = Lists.newArrayListWithCapacity(responses.size());
476-
for (RunQueryResponse response: responses) {
476+
for (RunQueryResponse response : responses) {
477477
EasyMock.expect(rpcMock.runQuery(EasyMock.anyObject(RunQueryRequest.class)))
478478
.andReturn(response);
479479
if (response.getBatch().getMoreResults() != QueryResultBatch.MoreResultsType.NOT_FINISHED) {

branches/logging-alpha/gcloud-java-storage/src/main/java/com/google/gcloud/storage/StorageException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*/
3434
public class StorageException extends BaseServiceException {
3535

36-
// see: https://cloud.google.com/storage/docs/concepts-techniques#practices
36+
// see: https://cloud.google.com/storage/docs/resumable-uploads-xml#practices
3737
private static final Set<Error> RETRYABLE_ERRORS = ImmutableSet.of(
3838
new Error(504, null),
3939
new Error(503, null),

0 commit comments

Comments
 (0)