소스 검색

NOJIRA formatting fix

Scott Battaglia 15 년 전
부모
커밋
7e817b9640
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cas/src/main/java/org/springframework/security/cas/web/CasAuthenticationEntryPoint.java

+ 1 - 0
cas/src/main/java/org/springframework/security/cas/web/CasAuthenticationEntryPoint.java

@@ -101,6 +101,7 @@ public class CasAuthenticationEntryPoint implements AuthenticationEntryPoint, In
 
     /**
      * Template method for you to do your own pre-processing before the redirect occurs.
+     * 
      * @param request the HttpServletRequest
      * @param response the HttpServletResponse
      */