Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

add immediateFailedFuture utility method - #198

Merged
pongad merged 2 commits into
googleapis:masterfrom
pongad:future
Feb 9, 2017
Merged

add immediateFailedFuture utility method#198
pongad merged 2 commits into
googleapis:masterfrom
pongad:future

Conversation

@pongad

Copy link
Copy Markdown
Contributor

No description provided.

@codecov-io

codecov-io commented Feb 8, 2017

Copy link
Copy Markdown

Codecov Report

Merging #198 into master will decrease coverage by -0.06%.

@@ Coverage Diff @@## master #198 +/- ##
============================================
- Coverage 70.04% 69.98% -0.06% 
Complexity 460 460 ============================================
Files 64 65 +1 Lines 2420 2422 +2 Branches 260 260 ============================================
Hits 1695 1695 - Misses 631 633 +2 
Partials 94 94
Impacted FilesCoverage ΔComplexity Δ
.../main/java/com/google/api/gax/grpc/RpcFutures.java0% <ø> (ø)0 <ø> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0f5b1b...cf9ddd8. Read the comment docs.

import com.google.common.util.concurrent.Futures;

/**
* Static utility methods for {@link RpcFuture} interface.

This comment was marked as spam.

This comment was marked as spam.

@@ -0,0 +1,44 @@
/*
* Copyright 2016, Google Inc. All rights reserved.

This comment was marked as spam.

This comment was marked as spam.

@garrettjonesgoogle

Copy link
Copy Markdown
Contributor

LGTM after the doc issues are fixed

@pongad
pongad merged commit abb046a into googleapis:masterFeb 9, 2017
@pongad
pongad deleted the future branch February 9, 2017 02:48
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@pongad@codecov-io@garrettjonesgoogle