Browse Source

Fix javax package

Josh Cummings 2 năm trước cách đây
mục cha
commit
3fbb64db96

+ 1 - 2
web/src/test/java/org/springframework/security/web/authentication/SimpleUrlAuthenticationSuccessHandlerTests.java

@@ -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;