Skip to content

Commit f85729c

Browse files
committed
Update comment formatting.
1 parent 2c05f76 commit f85729c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firebase-installations-interop/src/main/java/com/google/firebase/installations/FirebaseInstallationsApi.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ public interface FirebaseInstallationsApi {
4848
Task<InstallationTokenResult> getToken(boolean forceRefresh);
4949

5050
/**
51-
* Async function that deletes this Firebase app installation from Firebase backend. This call
52-
* may cause Firebase Cloud Messaging, Firebase Remote Config, Firebase A/B Testing, or
53-
* Firebase In-App Messaging to not function properly.
51+
* Async function that deletes this Firebase app installation from Firebase backend. This call may
52+
* cause Firebase Cloud Messaging, Firebase Remote Config, Firebase A/B Testing, or Firebase
53+
* In-App Messaging to not function properly.
5454
*/
5555
@NonNull
5656
Task<Void> delete();

0 commit comments

Comments
 (0)