From 145e5048436ec57673946415dac4c7226f0ddc44 Mon Sep 17 00:00:00 2001 From: Rich Gowman Date: Wed, 9 Oct 2019 20:21:07 -0400 Subject: [PATCH] Minor fix to docs (broken link: GoogleCredentials) b/140244055 --- src/main/java/com/google/firebase/FirebaseOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/google/firebase/FirebaseOptions.java b/src/main/java/com/google/firebase/FirebaseOptions.java index b93d92f32..f0561d5e5 100644 --- a/src/main/java/com/google/firebase/FirebaseOptions.java +++ b/src/main/java/com/google/firebase/FirebaseOptions.java @@ -316,7 +316,7 @@ public Builder setStorageBucket(String storageBucket) { * Initialize the SDK for code samples and detailed documentation. * * @param credentials A - * {@code GoogleCredentials} + * {@code GoogleCredentials} * instance used to authenticate the SDK. * @return This Builder instance is returned so subsequent calls can be chained. */