Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing @InternalExtensionOnly annotation to com.google.cloud.firestore.Firestore #141

Merged
merged 1 commit into from Mar 20, 2020
Merged

Conversation

BenWhitehead
Copy link
Collaborator

"Client" interfaces make guarantees around compatibility for users
direct usage, however no guarantee is made for anyone implementing
the "client" interface themselves. This change adds the annotation
intended to convey this guarantee at the code level and in javadocs
that should have been here all along.

…d.firestore.Firestore

"Client" interfaces make guarantees around compatibility for users
direct usage, however no guarantee is made for anyone implementing
the "client" interface themselves. This change adds the annotation
intended to convey this guarantee at the code level and in javadocs
that should have been here all along.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 19, 2020
@BenWhitehead
Copy link
Collaborator Author

/cc @vam-google

@codecov
Copy link

codecov bot commented Mar 19, 2020

Codecov Report

Merging #141 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #141   +/-   ##
=========================================
  Coverage     71.56%   71.56%           
  Complexity      968      968           
=========================================
  Files            62       62           
  Lines          5202     5202           
  Branches        579      579           
=========================================
  Hits           3723     3723           
  Misses         1299     1299           
  Partials        180      180           

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 32bf22c...b8e3cbc. Read the comment docs.

@BenWhitehead BenWhitehead merged commit d3458cb into googleapis:master Mar 20, 2020
@BenWhitehead BenWhitehead deleted the internal-annotation branch March 20, 2020 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants