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

Conversation

@yihanzhen
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Aug 1, 2018

Codecov Report

Merging #61 into master will decrease coverage by 1.14%.
The diff coverage is 25%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #61      +/-   ##
============================================
- Coverage     61.34%   60.19%   -1.15%     
+ Complexity      141      138       -3     
============================================
  Files            14       14              
  Lines           608      603       -5     
  Branches         92       92              
============================================
- Hits            373      363      -10     
- Misses          212      217       +5     
  Partials         23       23
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/google/api/core/ApiFutures.java 83.72% <25%> (-12.12%) 10 <0> (-3)

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 6f8ff7d...2635505. Read the comment docs.

Copy link
Member

@garrettjonesgoogle garrettjonesgoogle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after the tests pass

Copy link
Member

@garrettjonesgoogle garrettjonesgoogle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, some more stuff to do...

exceptionType,
new GaxFunctionToGuavaFunction<X, V>(callback));
new GaxFunctionToGuavaFunction<X, V>(callback),
directExecutor());

This comment was marked as spam.

return new ListenableFutureToApiFuture<>(
Futures.transform(
listenableFutureForApiFuture(input), new GaxFunctionToGuavaFunction<V, X>(function)));
return transform(input, function, directExecutor());

This comment was marked as spam.

}
});
return new ListenableFutureToApiFuture<>(listenableOutput);
return transformAsync(input, function, directExecutor());

This comment was marked as spam.

Please enter the commit message for your changes. Lines starting
@yihanzhen
Copy link
Contributor Author

PTAL @garrettjonesgoogle

Copy link
Member

@garrettjonesgoogle garrettjonesgoogle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yihanzhen yihanzhen merged commit 2c5f220 into googleapis:master Aug 1, 2018
miraleung pushed a commit that referenced this pull request Jun 4, 2020
* remove usage of deprecated methods in guava
* Deprecated methods parellel to those deparecated in guava
Sign up for free to 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