필요없는 코드 삭제

This commit is contained in:
JSYOO 2021-08-30 15:12:45 +09:00
parent 0fc3290647
commit ed5b2cb4a9

View File

@ -197,18 +197,4 @@ public class OAuthLogin {
return url;
}
public class MyErrorHandler implements ResponseErrorHandler {
@Override
public void handleError(ClientHttpResponse response) throws IOException {
// your error handling here
System.out.println("dd");
}
@Override
public boolean hasError(ClientHttpResponse response) throws IOException {
return false;
// ...
}
}
}