Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert blank node updates.
  • Loading branch information
Andrew Woods committed May 4, 2015
1 parent 7edad2b commit 578626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/fcrepo/audit/InternalAuditor.java
Expand Up @@ -220,7 +220,7 @@ public void createAuditNode(final FedoraEvent event) throws RepositoryRuntimeExc
}

auditResource.replaceProperties(new PrefixingIdentifierTranslator(session, baseURL + "/"), m,
new RdfStream(), containerService);
new RdfStream());

// set link to impacted object using a URI property to preserve the link if it's deleted
try {
Expand Down

0 comments on commit 578626c

Please sign in to comment.