Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#4 fixes for metadata create
Browse files Browse the repository at this point in the history
  • Loading branch information
mconway committed Aug 22, 2014
1 parent bc338dd commit fce9d27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private void processUnionOperation(Message message, Messages ofMessages) {
log.info("process as AVU add event{}", part);
MetadataEvent addMetadataEvent = new MetadataEvent();
addMetadataEvent.setActionsEnum(actionsEnum.ADD);
addMetadataEvent.setIrodsAbsolutePath(part.getUri());
addMetadataEvent.setIrodsAbsolutePath(part.getUri().toString());
try {
AvuData avuData = AvuData.instance(attribute, value, unit);

Expand Down

0 comments on commit fce9d27

Please sign in to comment.