Skip to content

Commit 8febd0f

Browse files
samtsternrlazo
andauthored
Update firebase-functions/src/main/java/com/google/firebase/functions/FirebaseFunctions.java
Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent 2744d38 commit 8febd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-functions/src/main/java/com/google/firebase/functions/FirebaseFunctions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public void onProviderInstallFailed(int i, android.content.Intent intent) {
157157
*
158158
* @param app The app for the Firebase project.
159159
* @param regionOrCustomDomain The region or custom domain for the HTTPS trigger, such as
160-
* <code>"us-central1"</code> or <code>"https://mydomain.com"</code>.
160+
* {@code "us-central1"} or {@code "https://mydomain.com"}.
161161
*/
162162
@NonNull
163163
public static FirebaseFunctions getInstance(

0 commit comments

Comments
 (0)