Commit 0f8aaa09 by Nepxion

代码风格

parent 03a1a74b
......@@ -43,7 +43,7 @@ public class RestTemplateStrategyInterceptor implements ClientHttpRequestInterce
}
@Override
public ClientHttpResponse intercept(HttpRequest request, byte[] body, ClientHttpRequestExecution execution) throws IOException {
public ClientHttpResponse intercept(HttpRequest request, byte[] body, ClientHttpRequestExecution execution) throws IOException {
ServletRequestAttributes attributes = serviceStrategyContextHolder.getRequestAttributes();
if (attributes == null) {
return execution.execute(request, body);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment