Skip to content
Snippets Groups Projects
Commit d99e888d authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Add identifier log

parent 54b77611
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,9 @@ public class RecordListDelivererDC extends RecordListDelivererAbstract {
// Get identifier and setSpec field, add setSpec prefix if not already set.
String identifier = OAIPMHUtilities.fieldLoader(json, this.identifierField);
System.out.println("id=" + identifier);
String setSpec = OAIPMHUtilities.getSetSpec(set, this.specFieldPrefix, identifier);
try {
......
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