Revision 6453
Added by ben leinfelder over 13 years ago
src/edu/ucsb/nceas/metacat/dataone/D1NodeService.java | ||
---|---|---|
553 | 553 |
// update the metadata |
554 | 554 |
HazelcastService.getInstance().getSystemMetadataMap().put(systemMetadata.getIdentifier(), systemMetadata); |
555 | 555 |
|
556 |
// TODO: how do we know if the map was persisted? |
|
557 |
success = true; |
|
558 |
|
|
556 | 559 |
return success; |
557 | 560 |
} |
558 | 561 |
|
Also available in: Unified diff
implicit success for setting accessPolicy - trust that the MapStore persists the updated system metadata