Project

General

Profile

« Previous | Next » 

Revision 5922

Added by berkley over 13 years ago

fixed problem with count in listObjects()

View differences:

src/edu/ucsb/nceas/metacat/IdentifierManager.java
997 997
        }
998 998
        
999 999
        ol.setStart(start);
1000
        ol.setCount(count);
1000
        ol.setCount(ol.sizeObjectInfoList());
1001 1001
        ol.setTotal(total);
1002 1002
        
1003 1003
        return ol;

Also available in: Unified diff