merge to trunk for NIHVIVO-1182 blank node renaming URI deduping
This commit is contained in:
parent
14d6dc9b70
commit
c6679d1e4e
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ public class JenaIngestController extends BaseEditController {
|
||||||
JenaIngestUtils utils = new JenaIngestUtils();
|
JenaIngestUtils utils = new JenaIngestUtils();
|
||||||
destination.enterCriticalSection(Lock.WRITE);
|
destination.enterCriticalSection(Lock.WRITE);
|
||||||
try {
|
try {
|
||||||
destination.add(utils.renameBNodes(source, namespaceEtc));
|
destination.add(utils.renameBNodes(source, namespaceEtc, vreq.getJenaOntModel()));
|
||||||
} finally {
|
} finally {
|
||||||
destination.leaveCriticalSection();
|
destination.leaveCriticalSection();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue