Project

General

Profile

« Previous | Next » 

Revision 7469

default replicaStatus to true for the CN.listObject call

View differences:

src/edu/ucsb/nceas/metacat/restservice/CNResourceHandler.java
1191 1191
        Date startTime = null;
1192 1192
        Date endTime = null;
1193 1193
        ObjectFormatIdentifier formatId = null;
1194
        boolean replicaStatus = false;
1194
        boolean replicaStatus = true;
1195 1195
        int start = 0;
1196 1196
        int count = -1;
1197 1197
        Enumeration<String> paramlist = request.getParameterNames();

Also available in: Unified diff