SEC-116: Correct JavaDocs.

This commit is contained in:
Ben Alex 2005-12-02 12:14:38 +00:00
parent 75a9784028
commit ee48f38ff0
1 changed files with 1 additions and 2 deletions

View File

@ -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