Skip to content

Commit 0bd4c2b

Browse files
committed
Merge remote-tracking branch 'origin/master' into rc-realtime-dev
2 parents a22e5d3 + bd761a7 commit 0bd4c2b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

firebase-appdistribution-api/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public interface FirebaseAppDistribution {
4848
* </ol>
4949
*
5050
* <p>If you don't include the {@code com.google.firebase:firebase-appdistribution} artifact in
51-
* your build, then this methods returns a failed {@link Task} with {@link
51+
* your build, then this method returns a failed {@link Task} with {@link
5252
* FirebaseAppDistributionException.Status#NOT_IMPLEMENTED}.
5353
*/
5454
@NonNull
@@ -58,15 +58,15 @@ public interface FirebaseAppDistribution {
5858
* Returns {@code true} if the App Distribution tester is signed in.
5959
*
6060
* <p>If you don't include the {@code com.google.firebase:firebase-appdistribution} artifact in
61-
* your build, then this methods always returns {@code false}.
61+
* your build, then this method always returns {@code false}.
6262
*/
6363
boolean isTesterSignedIn();
6464

6565
/**
6666
* Signs in the App Distribution tester. Presents the tester with a Google sign in UI.
6767
*
6868
* <p>If you don't include the {@code com.google.firebase:firebase-appdistribution} artifact in
69-
* your build, then this methods returns a failed {@link Task} with {@link
69+
* your build, then this method returns a failed {@link Task} with {@link
7070
* FirebaseAppDistributionException.Status#NOT_IMPLEMENTED}.
7171
*/
7272
@NonNull
@@ -76,7 +76,7 @@ public interface FirebaseAppDistribution {
7676
* Signs out the App Distribution tester.
7777
*
7878
* <p>If you don't include the {@code com.google.firebase:firebase-appdistribution} artifact in
79-
* your build, then this methods is a no-op.
79+
* your build, then this method is a no-op.
8080
*/
8181
void signOutTester();
8282

@@ -85,7 +85,7 @@ public interface FirebaseAppDistribution {
8585
* tester, or {@code null} otherwise.
8686
*
8787
* <p>If you don't include the {@code com.google.firebase:firebase-appdistribution} artifact in
88-
* your build, then this methods returns a failed {@link Task} with {@link
88+
* your build, then this method returns a failed {@link Task} with {@link
8989
* FirebaseAppDistributionException.Status#NOT_IMPLEMENTED}.
9090
*/
9191
@NonNull
@@ -103,7 +103,7 @@ public interface FirebaseAppDistribution {
103103
* {@link #checkForNewRelease}.
104104
*
105105
* <p>If you don't include the {@code com.google.firebase:firebase-appdistribution} artifact in
106-
* your build, then this methods returns a failed {@link UpdateTask} with {@link
106+
* your build, then this method returns a failed {@link UpdateTask} with {@link
107107
* FirebaseAppDistributionException.Status#NOT_IMPLEMENTED}.
108108
*/
109109
@NonNull

0 commit comments

Comments
 (0)