Remove javadoc comment for unthrown IOException (#12401)

This commit is contained in:
Arvind Krishnakumar 2022-05-20 04:08:22 -05:00 committed by GitHub
parent e24527b4d7
commit 874853e408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,6 @@ public class RetryingOAuth extends OAuth implements Interceptor {
* Gets the token request builder
*
* @return A token request builder
* @throws java.io.IOException If fail to update the access token
*/
public TokenRequestBuilder getTokenRequestBuilder() {
return tokenRequestBuilder;