浏览代码

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