Skip to content

Commit c63855b

Browse files
samtsternrlazo
authored andcommitted
Update FirebaseFunctions JavaDoc (#2271)
Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent c858d4c commit c63855b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ public void onProviderInstallFailed(int i, android.content.Intent intent) {
156156
* Creates a Cloud Functions client with the given app and region or custom domain.
157157
*
158158
* @param app The app for the Firebase project.
159-
* @param regionOrCustomDomain The region or custom domain for the HTTPS trigger, such as
160-
* "us-central1" or "https://mydomain.com".
159+
* @param regionOrCustomDomain The region or custom domain for the HTTPS trigger, such as {@code
160+
* "us-central1"} or {@code "https://mydomain.com"}.
161161
*/
162162
@NonNull
163163
public static FirebaseFunctions getInstance(
@@ -184,8 +184,8 @@ public static FirebaseFunctions getInstance(@NonNull FirebaseApp app) {
184184
/**
185185
* Creates a Cloud Functions client with the default app and given region or custom domain.
186186
*
187-
* @param regionOrCustomDomain The regionOrCustomDomain for the HTTPS trigger, such as
188-
* "us-central1" or "https://mydomain.com".
187+
* @param regionOrCustomDomain The region or custom domain for the HTTPS trigger, such as {@code
188+
* "us-central1"} or {@code "https://mydomain.com"}.
189189
*/
190190
@NonNull
191191
public static FirebaseFunctions getInstance(@NonNull String regionOrCustomDomain) {

0 commit comments

Comments
 (0)