quick fix to last commit re: trivial (ha ha) change for NIHVIVO-205
This commit is contained in:
parent
16b221f2ff
commit
53d30323f0
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public class OntologyUpdater {
|
|||
|
||||
private void assertSuccess() {
|
||||
Model m = ontModelSelector.getApplicationMetadataModel();
|
||||
InputStream inStream = context.getResourceAsStream(SUCCESS_ASSERTIONS);
|
||||
InputStream inStream = context.getResourceAsStream(SUCCESS_ASSERTIONS_FILE);
|
||||
m.enterCriticalSection(Lock.WRITE);
|
||||
try {
|
||||
m.read(inStream, SUCCESS_RDF_FORMAT);
|
||||
|
|
Loading…
Add table
Reference in a new issue