--- projects/cms/source/util/uk/org/iscream/cms/util/ACL.java 2002/01/08 14:24:28 1.1 +++ projects/cms/source/util/uk/org/iscream/cms/util/ACL.java 2002/02/15 22:27:15 1.2 @@ -16,7 +16,7 @@ import java.io.Serializable; * the relevant check method. * * @author $Author: tdb $ - * @version $Id: ACL.java,v 1.1 2002/01/08 14:24:28 tdb Exp $ + * @version $Id: ACL.java,v 1.2 2002/02/15 22:27:15 tdb Exp $ */ public class ACL implements Serializable { @@ -25,7 +25,7 @@ public class ACL implements Serializable { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.1 $"; + public static final String REVISION = "$Revision: 1.2 $"; /** * static to be used when adding an ALLOW rule to the ACL. @@ -241,7 +241,7 @@ public class ACL implements Serializable { * * @param first The first array to compare (with -1 wildcard if required) * @param second The second array to compare - * @result the result of the comparison + * @return the result of the comparison */ private boolean compareShorts(short[] first, short[] second) { if(first.length != second.length) {