Skip to content

Commit b15e31e

Browse files
committed
chore: remove unnecessary comment section
1 parent ade0ee0 commit b15e31e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleCredential.java

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,7 @@ public static GoogleCredential getApplicationDefault(
213213
* href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}
214214
* for more details.
215215
*
216-
* <p>Returns credentials defined by a JSON file stream.
217-
*
218-
* <p>The stream can contain a Service Account key file in JSON format from the Google
219-
*
220-
* <p>Developers Console or a stored user credential using the format supported by the Cloud SDK.
216+
* <p>Returns a credential defined by a Json file.
221217
*
222218
* @param credentialStream the stream with the credential definition.
223219
* @return the credential defined by the credentialStream.
@@ -248,11 +244,7 @@ public static GoogleCredential fromStream(InputStream credentialStream) throws I
248244
* href="https://cloud.google.com/docs/authentication/external/externally-sourced-credentials">documentation</a>}
249245
* for more details.
250246
*
251-
* <p>Returns credentials defined by a JSON file stream.
252-
*
253-
* <p>The stream can contain a Service Account key file in JSON format from the Google
254-
*
255-
* <p>Developers Console or a stored user credential using the format supported by the Cloud SDK.
247+
* <p>Returns a credential defined by a Json file.
256248
*
257249
* @param credentialStream the stream with the credential definition.
258250
* @return the credential defined by the credentialStream.

0 commit comments

Comments
 (0)