소스 검색

SEC-116: Correct JavaDocs.

Ben Alex 20 년 전
부모
커밋
ee48f38ff0
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      core/src/main/java/org/acegisecurity/event/authentication/LoggerListener.java

+ 1 - 2
core/src/main/java/org/acegisecurity/event/authentication/LoggerListener.java

@@ -28,8 +28,7 @@ import org.springframework.util.ClassUtils;
  * Outputs authentication-related application events to Commons Logging.
  * 
  * <P>
- * All authentication failures are logged at the warning level, whilst
- * authentication successes are logged at the information level.
+ * All authentication events are logged at the warning level.
  * </p>
  *
  * @author Ben Alex