Преглед на файлове

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