ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/uk/org/iscream/cms/util/ACL.java
(Generate patch)

Comparing projects/cms/source/util/uk/org/iscream/cms/util/ACL.java (file contents):
Revision 1.1 by tdb, Tue Jan 8 14:24:28 2002 UTC vs.
Revision 1.2 by tdb, Fri Feb 15 22:27:15 2002 UTC

# Line 241 | Line 241 | public class ACL implements Serializable {
241       *
242       * @param first The first array to compare (with -1 wildcard if required)
243       * @param second The second array to compare
244 <     * @result the result of the comparison
244 >     * @return the result of the comparison
245       */
246      private boolean compareShorts(short[] first, short[] second) {
247          if(first.length != second.length) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines