SEC-116: Correct JavaDocs.

This commit is contained in:
Ben Alex 2005-12-02 12:14:38 +00:00
parent 75a9784028
commit ee48f38ff0

View File

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