1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Merge pull request #641 from slievrly/p3c_style

optimize code to match p3c check rules
This commit is contained in:
format
2019-05-10 15:28:23 +08:00
committed by GitHub
21 changed files with 74 additions and 40 deletions

View File

@@ -76,6 +76,7 @@ public class DubboGatewayServlet extends HttpServletBean {
return serviceName;
}
@Override
public void service(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException {
String serviceName = resolveServiceName(request);