Skip to content

Commit

Permalink
Merge pull request #114 from sdchoi1981/contribution
Browse files Browse the repository at this point in the history
반영요청
  • Loading branch information
jei007 authored Apr 25, 2023
2 parents 1da6c02 + fc18df3 commit 012a2b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.web.servlet.handler.HandlerInterceptorAdapter;
import org.springframework.web.servlet.HandlerInterceptor;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
Expand All @@ -47,7 +47,7 @@
* 2019.10.01 Egovframework Center 최초 생성
* </pre>
*/
public class EgovAccessInterceptor extends HandlerInterceptorAdapter implements ApplicationContextAware {
public class EgovAccessInterceptor implements HandlerInterceptor, ApplicationContextAware {

private static final Logger LOGGER = LoggerFactory.getLogger(EgovAccessInterceptor.class);
private ApplicationContext context;
Expand Down

0 comments on commit 012a2b0

Please sign in to comment.