diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/auth/RetryingOAuth.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/auth/RetryingOAuth.mustache index 49f3d0ccc30..53f1de15fee 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/auth/RetryingOAuth.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson/auth/RetryingOAuth.mustache @@ -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;