diff --git a/projects/samskivert/src/java/com/samskivert/servlet/user/UserManager.java b/projects/samskivert/src/java/com/samskivert/servlet/user/UserManager.java index 905c0427..5042ed2f 100644 --- a/projects/samskivert/src/java/com/samskivert/servlet/user/UserManager.java +++ b/projects/samskivert/src/java/com/samskivert/servlet/user/UserManager.java @@ -1,5 +1,5 @@ // -// $Id: UserManager.java,v 1.14 2002/05/08 00:25:54 shaper Exp $ +// $Id: UserManager.java,v 1.15 2002/05/11 19:20:15 mdb Exp $ // // samskivert library - useful routines for java programs // Copyright (C) 2001 Michael Bayne @@ -85,11 +85,9 @@ public class UserManager } /** - * A user manager must be supplied with a {@link UserRepository} - * through which it loads and saves user records. + * Constructs a user manager and prepares it for operation. Presently + * the user manager requires the following configuration information: * - *
Presently the user manager requires the following configuration - * information: *
login_url: Should be set to the URL to which to
* redirect a requester if they are required to login before accessing
@@ -106,14 +104,14 @@ public class UserManager
*