From 874853e4084c1fc7bed5ef1481a575fd49618c7f Mon Sep 17 00:00:00 2001 From: Arvind Krishnakumar <61501885+arvindkrishnakumar-okta@users.noreply.github.com> Date: Fri, 20 May 2022 04:08:22 -0500 Subject: [PATCH] Remove javadoc comment for unthrown IOException (#12401) --- .../Java/libraries/okhttp-gson/auth/RetryingOAuth.mustache | 1 - 1 file changed, 1 deletion(-) 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;