Skip to content

Commit 0925ace

Browse files
anuraagamattwhisenhunt
authored andcommitted
Fix javadoc of deprecated method pointing to wrong place.
1 parent 3196df8 commit 0925ace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public final String getPublicCertsEncodedUrl() {
130130
* </p>
131131
*
132132
* @deprecated (scheduled to be removed in 1.18) Use {@link #getPublicKeysManager()} and
133-
* {@link GooglePublicKeysManager#getPublicCertsEncodedUrl()} instead.
133+
* {@link GooglePublicKeysManager#getPublicKeys()} instead.
134134
*/
135135
@Deprecated
136136
public final List<PublicKey> getPublicKeys() throws GeneralSecurityException, IOException {

0 commit comments

Comments
 (0)