Revision 5922
Added by berkley almost 14 years ago
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
fixed problem with count in listObjects()