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

mc

parent 3db2bcaf
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,7 @@ public class IdentifierListDelivererDC extends IdentifierListDelivererAbstract {
// Divide date object.
String dateOfObjectCreationDivider[] = this.dateOfObjectCreation.split(DH_ES_DIVIDER);
System.out.println(" ## divider --> " + DH_ES_DIVIDER);
System.out.println(" ## length of dOOCD --> " + dateOfObjectCreationDivider.length);
System.out.println(" ## dOOCD --> " + dateOfObjectCreationDivider);
......
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