Mercurial > hg > digilib-old
changeset 474:fb51443ca0ee
modified DocuDirent.compareTo instead of ImageFileset.compareTo
author | hertzhaft |
---|---|
date | Wed, 12 Apr 2006 14:12:37 +0200 |
parents | fca40a188a22 |
children | 1fc30116efc3 |
files | servlet/src/digilib/io/DocuDirectory.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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]); } }