update java samples

This commit is contained in:
William Cheng 2022-05-20 17:17:58 +08:00
parent 874853e408
commit fb8eac1258
3 changed files with 0 additions and 3 deletions

View File

@ -187,7 +187,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;

View File

@ -187,7 +187,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;

View File

@ -187,7 +187,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;