adding a missing lock release
This commit is contained in:
parent
0703632f9a
commit
f5627b74a6
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ public class UpdateKnowledgeBase implements ServletContextListener {
|
|||
subj, replacement.getPredicate(), replacement.getObject());
|
||||
}
|
||||
} finally {
|
||||
|
||||
applicationMetadataModel.leaveCriticalSection();
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue