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

code clean

parent aecf0955
No related branches found
No related tags found
No related merge requests found
...@@ -122,15 +122,14 @@ public class RecordDelivererIDIOM extends RecordDelivererAbstract { ...@@ -122,15 +122,14 @@ public class RecordDelivererIDIOM extends RecordDelivererAbstract {
textgridBaseURI_FromID = id; textgridBaseURI_FromID = id;
} }
if(this.getObjectType().equals("ARTEFACT")){ if(this.getObjectType().equals("ARTEFACT")){
this.metsmods = new ClassicMayanMetsMods( this.metsmods = new ClassicMayanMetsMods(
textgridBaseURI_FromID, textgridBaseURI_FromID,
this.dateOfObjectCreation, this.dateOfObjectCreation,
this.dateOfLastOblectModification); this.dateOfLastOblectModification);
this.record.setMetadata(idiomMets()); this.record.setMetadata(idiomMets());
}else if(this.getObjectType().startsWith("ConedaKorMediumData")){ }else if(this.getObjectType().startsWith("ConedaKorMediumData")){
System.out.println("HOORAY");
this.record = new IDIOMImages().getRecordById(id).getRecord(); this.record = new IDIOMImages().getRecordById(id).getRecord();
//grt.setRecord(new IDIOMImages().getRecordById(id).getRecord());
} }
......
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