HttpClient5AdapterServiceRest.checkTokenRetry private -> protected

This commit is contained in:
curry772
2026-07-31 13:48:08 +09:00
parent 44093681b7
commit cbb6f33ce5
@@ -882,7 +882,7 @@ public class HttpClient5AdapterServiceRest extends HttpClient5AdapterServiceSupp
String.format("%s %s", AccessTokenVO.BEARER_TYPE, accessToken.getAccessToken()));
}
private boolean checkTokenRetry(byte[] responseMessage, String tokenErrorCodeKey, String tokenErrorCodeValues,
protected boolean checkTokenRetry(byte[] responseMessage, String tokenErrorCodeKey, String tokenErrorCodeValues,
String encode) {
if (responseMessage == null) {
return false;