Skip to content

Commit

Permalink
Merge pull request #22736 from qmonmert/sonarimport
Browse files Browse the repository at this point in the history
Sonar: Remove this unused import 'jakarta.servlet.http.HttpServletRequest'
  • Loading branch information
DanielFran authored Jul 1, 2023
2 parents b4eeccc + e8330b4 commit 1626a09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import org.springframework.web.server.ServerWebExchange;
import reactor.core.publisher.Mono;
<%_ } _%>
<%_ if (!reactive) { _%>
<%_ if (!reactive && !authenticationTypeJwt) { _%>
import jakarta.servlet.http.HttpServletRequest;
<%_ } _%>
import jakarta.validation.Valid;
Expand Down

0 comments on commit 1626a09

Please sign in to comment.