# HG changeset patch # User hertzhaft # Date 1144843957 -7200 # Node ID fb51443ca0ee24db5a3b1a96002769d734bd4ea5 # Parent fca40a188a2296e511b199cef9b08564fabc84c2 modified DocuDirent.compareTo instead of ImageFileset.compareTo diff -r fca40a188a22 -r fb51443ca0ee servlet/src/digilib/io/DocuDirectory.java --- a/servlet/src/digilib/io/DocuDirectory.java Wed Apr 12 14:12:37 2006 +0200 +++ b/servlet/src/digilib/io/DocuDirectory.java Wed Apr 12 14:12:37 2006 +0200 @@ -238,7 +238,7 @@ list[fileClass].add(f); f.setParent(this); } - // we need to sort the ArrayList, not the Array, for binarysearch to work + // we sort the ArrayList, not the Array, for binarySearch to work Collections.sort(list[fileClass]); } }