Javadoc correction: SecureContext -> SecurityContext

This commit is contained in:
Luke Taylor 2005-10-18 15:43:41 +00:00
parent fc8ed33f64
commit df4b8f602f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import java.security.Principal;
*
* <p>
* Stored in a request {@link
* net.sf.acegisecurity.context.security.SecureContext}.
* net.sf.acegisecurity.context.security.SecurityContext}.
* </p>
*
* @author Ben Alex