-
Notifications
You must be signed in to change notification settings - Fork 627
Move the NetworkRequestBuilder package inside metrics to unify the builders #2526
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
Conversation
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (1242d2ac) is created by Prow via merging commits: 948896a 88efc1d. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (1242d2ac) is created by Prow via merging commits: 948896a 88efc1d. |
@@ -1,9 +1,9 @@ | |||
// Copyright 2020 Google LLC | |||
// Copyright 2021 Google LLC | |||
// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worth removing the double @hide
javadoc comment below?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely. We will be doing an overhaul of these annotations next week. The goal of this PR is mostly for package restructure. So not doing this for now.
…o perfPackageNetworkBuilder
/test smoke-tests |
No description provided.