1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Fix unused import

This commit is contained in:
Rob Winch
2024-10-21 00:28:57 -05:00
parent 8a0a5e2647
commit f689257dc4
@@ -18,7 +18,6 @@ package org.springframework.security.web.authentication;
import java.io.IOException;
import com.fasterxml.jackson.databind.json.JsonMapper;
import jakarta.servlet.ServletException;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;