1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix javax package

This commit is contained in:
Josh Cummings
2023-03-20 16:28:52 -06:00
parent 229325a0bb
commit 3fbb64db96
@@ -16,8 +16,7 @@
package org.springframework.security.web.authentication;
import javax.servlet.http.HttpSession;
import jakarta.servlet.http.HttpSession;
import org.junit.jupiter.api.Test;
import org.springframework.mock.web.MockHttpServletRequest;