Ver Fonte

SEC-116: Correct JavaDocs.

Ben Alex há 20 anos atrás
pai
commit
ee48f38ff0

+ 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