-
Notifications
You must be signed in to change notification settings - Fork 617
@Hide abt public classes #609
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
@@ -0,0 +1,4 @@ | |||
/** | |||
* @hide |
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.
I think the whole comment needs to be on one line, let's see if google-java-format fails on this.
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.
PTAL
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.
there is a merge conflict in both files, pls double check
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.
fixed
* Add proper nullability annotations to firebase-common. (#599) * Add missing nullability annotations to Functions. (#601) * Add nullability annotations, remove `@PublicApi` annotations for Storage. (#602) * Add missing nullability annotations to Storage. * Remove redundant `@PublicApi` annotation. * Address review comments. * Add nullability annotations, remove `@PublicApi` annotations for RTDB. (#603) * Add missing nullability annotations to RTDB. * Remove redundant `@PublicApi` annotations. * Update changelog. * Add missing nullability annotations to Firestore. (#600) * Add missing nullability annotations to Firestore. Additionally remove uses of the redundant `@PublicApi` annotation. * Remove varargs nullability annotations. As they don't have any effect on the resulting kotlin nullability. * gJF * Add androidx.annotation lint detector. The detector finds usages of non-androidx, non-android.support nullability annotations and provides automatic ide fixes for such violations. Android Support annotations are allowed as a transitional step until internal androidx migration is fully completed. * Change nullability check: * disable by default(will enable in a separate PR) * ignore kotlin source files * Address review comments * Address review comments. * ktlintFormat * @hide abt public classes (#609) * Fix timeouts in Functions. (#606) This commit resolves #604 by setting both the read and call timeouts. The connect and write timeouts are left at their default values of 10 seconds. * Report the correct version for the RTDB (#605) * Add missing package-info.java files for A/B Testing. The SDK doesn't have user-visible API, so it should be correctly annotated with javadoc's @hide. * Add missing nullability annotations to Remote Config. (#608)
A/B Testing doesn't have user visible classes, so they should be annotated with javadoc's @hide.