--- experimental/server/ACL/ACL.java 2001/12/31 19:19:03 1.9 +++ experimental/server/ACL/ACL.java 2001/12/31 19:25:39 1.10 @@ -17,7 +17,7 @@ import java.io.Serializable; * the relevant check method. * * @author $Author: tdb $ - * @version $Id: ACL.java,v 1.9 2001/12/31 19:19:03 tdb Exp $ + * @version $Id: ACL.java,v 1.10 2001/12/31 19:25:39 tdb Exp $ */ public class ACL implements Serializable { @@ -26,7 +26,7 @@ public class ACL implements Serializable { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.9 $"; + public static final String REVISION = "$Revision: 1.10 $"; /** * static to be used when adding an ALLOW rule to the ACL. @@ -265,6 +265,7 @@ public class ACL implements Serializable { if(first[i] != second[i]) { return false; } + } return true; }