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

ListIdentifier Logs

parent ea166b0c
No related branches found
No related tags found
No related merge requests found
...@@ -179,8 +179,8 @@ public class IdentifierListDeliverer { ...@@ -179,8 +179,8 @@ public class IdentifierListDeliverer {
.toString().equals(formatToFilter)) { .toString().equals(formatToFilter)) {
System.out.println("textgrid has value: " + textgrid); System.out.println("textgrid has value: " + textgrid);
System.out.println("formatField has value: " + textgrid); System.out.println("formatField has value: " + formatField);
System.out.println("formatToFilter has value: " + textgrid); System.out.println("formatToFilter has value: " + formatToFilter);
datestamp = hit.getFields().get(dateOfObjectCreation) datestamp = hit.getFields().get(dateOfObjectCreation)
.getValue().toString(); .getValue().toString();
......
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