Corrected wrong package name in Javadoc.

This commit is contained in:
Luke Taylor 2005-12-22 01:18:32 +00:00
parent 8f725f7a74
commit 41a95b11cd
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import org.acegisecurity.GrantedAuthority;
* <P>
* Concrete implementations must take particular care to ensure the non-null
* contract detailed for each method is enforced. See
* {@link org.acegisecurity.providers.dao.User} for a
* {@link org.acegisecurity.userdetails.User} for a
* reference implementation (which you might like to extend).
* </p>
*