수정 test위한

This commit is contained in:
25W0075
2025-12-17 11:33:31 +09:00
parent 2bef37c86a
commit 6d7e14a50e
@@ -248,7 +248,7 @@ public class HttpClientAccessTokenServiceWithBase64NiceOn implements HttpClientA
HttpEntity entity = response.getEntity();
String responseString = EntityUtils.toString(entity, encode);
logger.debug("Base64NiceOn oauthToken RECV = [" + responseString + "]");
logger.debug("Base64NiceOn oauthToken RECV == [" + responseString + "]");
if (StringUtils.isNotBlank(responseString)) {