Browse Source

Fix javax package

pull/13129/head
Josh Cummings 3 years ago
parent
commit
3fbb64db96
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 3
      web/src/test/java/org/springframework/security/web/authentication/SimpleUrlAuthenticationSuccessHandlerTests.java

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

@ -16,8 +16,7 @@ @@ -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;

Loading…
Cancel
Save