Skip to content

Commit 3fbb64d

Browse files
committed
Fix javax package
1 parent 229325a commit 3fbb64d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/test/java/org/springframework/security/web/authentication/SimpleUrlAuthenticationSuccessHandlerTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
package org.springframework.security.web.authentication;
1818

19-
import javax.servlet.http.HttpSession;
20-
19+
import jakarta.servlet.http.HttpSession;
2120
import org.junit.jupiter.api.Test;
2221

2322
import org.springframework.mock.web.MockHttpServletRequest;

0 commit comments

Comments
 (0)