Skip to content

Commit 21c901d

Browse files
changing the visbility of the internal constructor
1 parent df97751 commit 21c901d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

firebase-app-distribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ public class FirebaseAppDistribution implements Application.ActivityLifecycleCal
7070
private CancellationTokenSource checkForUpdateCancellationSource;
7171
private final Executor checkForUpdateExecutor;
7272

73-
/** Constructor for FirebaseAppDistribution */
74-
public FirebaseAppDistribution(
73+
/** Internal Constructor for FirebaseAppDistribution */
74+
@VisibleForTesting
75+
FirebaseAppDistribution(
7576
@NonNull FirebaseApp firebaseApp,
7677
@NonNull FirebaseInstallationsApi firebaseInstallationsApi,
7778
@NonNull FirebaseAppDistributionTesterApiClient firebaseAppDistributionTesterApiClient) {

0 commit comments

Comments
 (0)