File tree Expand file tree Collapse file tree
gcloud-java-datastore/src/test/java/com/google/gcloud/datastore
gcloud-java-storage/src/main/java/com/google/gcloud/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: b9cd1a7aad8756330522baaa1db676938c9e261c
2+ refs/heads/master: da544a9799174031e3ee4e3d51fa8eea12819adc
33refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff line change 3333 */
3434public 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 ),
You can’t perform that action at this time.
0 commit comments