Skip to content

Commit 9ff0f6b

Browse files
authored
fix: javadoc fix in IdTokenVerifier (#1134)
1 parent 8e6ce3a commit 9ff0f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-oauth-client/src/main/java/com/google/api/client/auth/openidconnect/IdTokenVerifier.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
*
104104
* <p>Note that {@link #verify(IdToken)} only implements a subset of the verification steps, mostly
105105
* just the MUST steps. Please read <a
106-
* href="http://openid.net/specs/openid-connect-basic-1_0-27.html#id.token.validation>ID Token
106+
* href="http://openid.net/specs/openid-connect-basic-1_0-27.html#id.token.validation">ID Token
107107
* Validation</a> for the full list of verification steps.
108108
*
109109
* @since 1.16

0 commit comments

Comments
 (0)