提交 4ef2686e authored 作者: inroi's avatar inroi

微调

上级 c574d9c0
...@@ -3,20 +3,18 @@ package com.system.handler; ...@@ -3,20 +3,18 @@ package com.system.handler;
import org.springframework.http.client.ClientHttpResponse; import org.springframework.http.client.ClientHttpResponse;
import org.springframework.web.client.ResponseErrorHandler; import org.springframework.web.client.ResponseErrorHandler;
import javax.annotation.Nonnull;
/** /**
* @author Inori * @author Inori
*/ */
public class FacePlusThrowErrorHandler implements ResponseErrorHandler { public class FacePlusThrowErrorHandler implements ResponseErrorHandler {
@Override @Override
public boolean hasError(@Nonnull ClientHttpResponse response) { public boolean hasError(ClientHttpResponse response) {
return false; return false;
} }
@Override @Override
public void handleError(@Nonnull ClientHttpResponse response) { public void handleError(ClientHttpResponse response) {
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论