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

View File

@ -35,7 +35,7 @@ import org.acegisecurity.GrantedAuthority;
* <P> * <P>
* Concrete implementations must take particular care to ensure the non-null * Concrete implementations must take particular care to ensure the non-null
* contract detailed for each method is enforced. See * 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). * reference implementation (which you might like to extend).
* </p> * </p>
* *