Skip to content

Commit

Permalink
fix: invalid package for Servlet
Browse files Browse the repository at this point in the history
  • Loading branch information
wadahiro committed Oct 9, 2024
1 parent 17a7eed commit 2846eec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpSession;
import javax.xml.namespace.QName;
import java.lang.invoke.MethodHandles;
import java.lang.invoke.MethodType;
Expand Down

0 comments on commit 2846eec

Please sign in to comment.