From 95fdf75d3845e2054a122b11ae895a4c44e8fd63 Mon Sep 17 00:00:00 2001 From: davigonz Date: Tue, 25 Jul 2017 12:17:32 +0200 Subject: [PATCH] Rename get refreshed access token operation --- .../oauth/OAuth2GetRefreshedAccessTokenOperation.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/owncloud/android/lib/common/network/authentication/oauth/OAuth2GetRefreshedAccessTokenOperation.java b/src/com/owncloud/android/lib/common/network/authentication/oauth/OAuth2GetRefreshedAccessTokenOperation.java index c2c36fd5..02f32880 100644 --- a/src/com/owncloud/android/lib/common/network/authentication/oauth/OAuth2GetRefreshedAccessTokenOperation.java +++ b/src/com/owncloud/android/lib/common/network/authentication/oauth/OAuth2GetRefreshedAccessTokenOperation.java @@ -40,9 +40,9 @@ import java.util.ArrayList; import java.util.HashMap; import java.util.Map; -public class OAuth2GetRefreshedAccessToken extends RemoteOperation { +public class OAuth2GetRefreshedAccessTokenOperation extends RemoteOperation { - private static final String TAG = OAuth2GetRefreshedAccessToken.class.getSimpleName(); + private static final String TAG = OAuth2GetRefreshedAccessTokenOperation.class.getSimpleName(); private String mClientId; private String mClientSecret; @@ -54,7 +54,7 @@ public class OAuth2GetRefreshedAccessToken extends RemoteOperation { private Map mResultTokenMap; - public OAuth2GetRefreshedAccessToken( + public OAuth2GetRefreshedAccessTokenOperation( String clientId, String secretId, String grantType,