Skip to content
Snippets Groups Projects
Commit ad36ca7b authored by mbrodhu's avatar mbrodhu
Browse files

ListIdentifier Logs

parent 575add2e
No related branches found
No related tags found
No related merge requests found
......@@ -389,13 +389,14 @@ public class RecordListDeliverer {
public HeaderType setHeader(String set) {
HeaderType header = new HeaderType();
System.out.println("Date content is: " + dates);
header.setDatestamp(this.dates.get(0));
header.setIdentifier(this.identifiers.get(0));
if(dates.size() > 0){
header.setDatestamp(this.dates.get(0));
header.setIdentifier(this.identifiers.get(0));
if (set != null) {
header.getSetSpec().add(DARIAHConstants.COLLECTIONREGISTRY_PREFIX + ":" + set);
// header.getSetSpec().add(this.collectionTitle);
}
}
return header;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment