-
Notifications
You must be signed in to change notification settings - Fork 617
Edit java docs for Firebase App Distribution #3393
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 Report 1Affected ProductsNo changes between base commit (bce1a75) and merge commit (3904713).Test Logs
Notes |
Size Report 1Affected Products
Test Logs
Notes |
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/BinaryType.java
Show resolved
Hide resolved
...pdistribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
Outdated
Show resolved
Hide resolved
...pdistribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
Outdated
Show resolved
Hide resolved
...pdistribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
Outdated
Show resolved
Hide resolved
...pdistribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
Outdated
Show resolved
Hide resolved
...pdistribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
Outdated
Show resolved
Hide resolved
...pdistribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
Outdated
Show resolved
Hide resolved
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/UpdateProgress.java
Outdated
Show resolved
Hide resolved
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/UpdateProgress.java
Outdated
Show resolved
Hide resolved
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/UpdateTask.java
Outdated
Show resolved
Hide resolved
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.
A few nits but this looks great!
...ppdistribution/src/main/java/com/google/firebase/appdistribution/AppDistributionRelease.java
Outdated
Show resolved
Hide resolved
...pdistribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
Outdated
Show resolved
Hide resolved
...pdistribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
Outdated
Show resolved
Hide resolved
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/UpdateProgress.java
Outdated
Show resolved
Hide resolved
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/UpdateProgress.java
Outdated
Show resolved
Hide resolved
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/UpdateTask.java
Outdated
Show resolved
Hide resolved
* release is available. | ||
* The number of bytes downloaded so far for an APK. | ||
* | ||
* @returns the number of bytes downloaded, or -1 if called when updating to an AAB or if no new |
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.
Oh, and this should be @return
not @returns
* release is available. | ||
* The file size of the APK file to download in bytes. | ||
* | ||
* @returns the file size in bytes, or -1 if called when updating to an AAB or if no new release |
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.
Oh, and this should be @return
not @returns
Updates Java doc comments based on code review feedback on the auto generated java docs.
Once this merges into the main branch, the test release branch will automatically re-generate the zip file with the docs.