Skip to content
Snippets Groups Projects
Commit b551655e authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

remove constructor

parent f59eef3c
No related branches found
Tags 0.9.2
No related merge requests found
......@@ -29,11 +29,6 @@ public class RequestInterceptor implements HandlerInterceptor {
@Autowired
private UserAgentService userAgentService;
public RequestInterceptor(String serviceName) {
MDC.put("requestId", UUID.randomUUID().toString());
this.serviceName = serviceName;
}
@Override
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler)
throws Exception {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment