Project

General

Profile

« Previous | Next » 

Revision 6057

use "object_format" element consistently so that it is replicated across instances
https://redmine.dataone.org/issues/1514

View differences:

ReplicationService.java
592 592
                    dateModifiedLong.longValue(),
593 593
                    docinfoHash.get("submitter"),
594 594
                    docinfoHash.get("guid"),
595
                    docinfoHash.get("objectFormat"),
595
                    docinfoHash.get("object_format"),
596 596
                    new Long(docinfoHash.get("size")).longValue());
597 597
        }
598 598
        else

Also available in: Unified diff