Skip to content

Commit cf2fcdb

Browse files
committed
---
yaml --- r: 1705 b: refs/heads/master c: da544a9 h: refs/heads/master i: 1703: 5831f1e
1 parent 102a7d5 commit cf2fcdb

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: b9cd1a7aad8756330522baaa1db676938c9e261c
2+
refs/heads/master: da544a9799174031e3ee4e3d51fa8eea12819adc
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3

trunk/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) {

trunk/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)