Skip to content

Commit f126fc7

Browse files
author
Michael Rubin
committed
api : undid accidental push (returned GoogleCredential2 to GoogleCredential)
1 parent d210377 commit f126fc7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* Server Applications</a>).
3636
*
3737
* <p>
38-
* Use {@link GoogleCredential2} to access protected resources from the resource server using the
38+
* Use {@link GoogleCredential} to access protected resources from the resource server using the
3939
* {@link TokenResponse} returned by {@link #execute()}. On error, it will instead throw
4040
* {@link TokenResponseException}.
4141
* </p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* an Access Token</a>.
3434
*
3535
* <p>
36-
* Use {@link GoogleCredential2} to access protected resources from the resource server using the
36+
* Use {@link GoogleCredential} to access protected resources from the resource server using the
3737
* {@link TokenResponse} returned by {@link #execute()}. On error, it will instead throw
3838
* {@link TokenResponseException}.
3939
* </p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* <li>Request an access token and possibly a refresh token using
3939
* {@link com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest}.</li>
4040
* <li>Access protected resources using
41-
* {@link com.google.api.client.googleapis.auth.oauth2.GoogleCredential2}. Expired access tokens will
41+
* {@link com.google.api.client.googleapis.auth.oauth2.GoogleCredential}. Expired access tokens will
4242
* automatically be refreshed using the refresh token (if applicable).</li>
4343
* </ul>
4444
* </p>

0 commit comments

Comments
 (0)