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