Skip to content

Commit

Permalink
[reset]
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyunxing92 committed Nov 6, 2019
1 parent 45479ec commit 62ad5de
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
import org.springframework.util.StringUtils;
import org.springframework.web.servlet.HandlerInterceptor;

Expand All @@ -36,7 +35,6 @@
* And clean up Seata information after servlet method invocation in
* {@link org.springframework.web.servlet.HandlerInterceptor#afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception)}
*/
@ConditionalOnWebApplication
public class SeataHandlerInterceptor implements HandlerInterceptor {

private static final Logger log = LoggerFactory
Expand Down

0 comments on commit 62ad5de

Please sign in to comment.