--- java/classes/org/w3c/jigsaw/acl/AuthUserPrincipal.java 1999/04/27 15:05:47 1.1 +++ java/classes/org/w3c/jigsaw/acl/AuthUserPrincipal.java 2000/08/16 21:37:33 1.2 @@ -1,5 +1,5 @@ // AuthUserPrincipal.java -// $Id: AuthUserPrincipal.java,v 1.1 1999/04/27 15:05:47 bmahe Exp $ +// $Id: AuthUserPrincipal.java,v 1.2 2000/08/16 21:37:33 ylafon Exp $ // (c) COPYRIGHT MIT, INRIA and Keio, 1999. // Please first read the full copyright statement in file COPYRIGHT.html @@ -13,11 +13,11 @@ import org.w3c.jigsaw.auth.AuthUser; import org.w3c.jigsaw.auth.IPMatcher; /** - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @author Benoît Mahé (bmahe@w3.org) */ public class AuthUserPrincipal implements AclPrincipal { - + protected String name = null; protected String password = null; protected String realm = null; @@ -81,6 +81,7 @@ public class AuthUserPrincipal implement } } - + } +