Skip to content

Commit

Permalink
SMA-80: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ivamach committed Apr 14, 2024
1 parent 98ee01a commit cac12bd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.Arrays;

import lombok.NonNull;
import lombok.RequiredArgsConstructor;
import org.springframework.http.HttpStatus;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.core.userdetails.UserDetails;
Expand Down

0 comments on commit cac12bd

Please sign in to comment.