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

Add some sysouts

parent 74796307
No related branches found
No related tags found
No related merge requests found
...@@ -312,11 +312,19 @@ public final class DublinCoreBuilder { ...@@ -312,11 +312,19 @@ public final class DublinCoreBuilder {
* @return metadata element with the dublinCore values for a specific object * @return metadata element with the dublinCore values for a specific object
*/ */
public MetadataType getDC() { public MetadataType getDC() {
System.out.println("KAKKI!");
// this.metadata.setAny(this.oaiDcObj.createDc(this.tgMappedDC)); // this.metadata.setAny(this.oaiDcObj.createDc(this.tgMappedDC));
org.openarchives.oai._2_0.oai_dc.ObjectFactory of = org.openarchives.oai._2_0.oai_dc.ObjectFactory of =
new org.openarchives.oai._2_0.oai_dc.ObjectFactory(); new org.openarchives.oai._2_0.oai_dc.ObjectFactory();
System.out.println("URGLI!");
this.metadata.setAny(of.createDc(this.tgMappedDC)); this.metadata.setAny(of.createDc(this.tgMappedDC));
System.out.println("ARGLI!");
return this.metadata; return this.metadata;
} }
......
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