필요없는 코드 삭제
This commit is contained in:
parent
0fc3290647
commit
ed5b2cb4a9
@ -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;
|
||||
// ...
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user