Skip to content

Commit

Permalink
remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-sunder-s committed Aug 10, 2022
1 parent f7e53fd commit 1a5f5ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oauth2_http/java/com/google/auth/oauth2/IdToken.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public static IdToken create(String tokenValue) throws IOException {
* @return returns com.google.auth.oauth2.IdToken
*/
public static IdToken create(String tokenValue, JsonFactory jsonFactory) throws IOException {
// tokenValue = tokenValue.trim().replaceAll("^0x20", "");
return new IdToken(tokenValue, JsonWebSignature.parse(jsonFactory, tokenValue));
}

Expand Down

0 comments on commit 1a5f5ba

Please sign in to comment.