수정 test위한
This commit is contained in:
+1
-1
@@ -248,7 +248,7 @@ public class HttpClientAccessTokenServiceWithBase64NiceOn implements HttpClientA
|
|||||||
|
|
||||||
HttpEntity entity = response.getEntity();
|
HttpEntity entity = response.getEntity();
|
||||||
String responseString = EntityUtils.toString(entity, encode);
|
String responseString = EntityUtils.toString(entity, encode);
|
||||||
logger.debug("Base64NiceOn oauthToken RECV = [" + responseString + "]");
|
logger.debug("Base64NiceOn oauthToken RECV == [" + responseString + "]");
|
||||||
|
|
||||||
if (StringUtils.isNotBlank(responseString)) {
|
if (StringUtils.isNotBlank(responseString)) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user